1[package]
2name    = "inotify-sys"
3version = "0.1.3"
4authors = ["Hanno Braun <[email protected]>"]
5
6description   = "inotify bindings for the Rust programming language"
7documentation = "https://docs.rs/inotify-sys"
8repository    = "https://github.com/inotify-rs/inotify-sys"
9license       = "ISC"
10readme        = "README.md"
11
12keywords   = ["inotify", "linux"]
13categories = ["external-ffi-bindings", "filesystem"]
14
15[badges]
16maintenance = { status = "actively-developed" }
17travis-ci   = { repository = "inotify-rs/inotify-sys" }
18
19[dependencies]
20libc = "0.2"
21
22[package.metadata.release]
23pre-release-commit-message = "chore: Release version {{version}}"
24pro-release-commit-message = "chore: Bump version to {{version}}"
25tag-prefix                 = "v"
26tag-message                = "Version {{version}}"
27dev-version-ext            = "dev"
28