| 1 | [package] |
| 2 | name = "inotify-sys" |
| 3 | version = "0.1.5" |
| 4 | authors = ["Hanno Braun <hb@hannobraun.de>" ] |
| 5 | |
| 6 | description = "inotify bindings for the Rust programming language" |
| 7 | documentation = "https://docs.rs/inotify-sys" |
| 8 | repository = "https://github.com/hannobraun/inotify-sys" |
| 9 | license = "ISC" |
| 10 | readme = "README.md" |
| 11 | |
| 12 | keywords = ["inotify" , "linux" ] |
| 13 | categories = ["external-ffi-bindings" , "filesystem" ] |
| 14 | exclude = ["/.travis.yml" , "/inotify-sys.sublime-project" ] |
| 15 | |
| 16 | [badges] |
| 17 | travis-ci = { repository = "inotify-rs/inotify-sys" } |
| 18 | |
| 19 | [dependencies] |
| 20 | libc = "0.2" |
| 21 | |