[package]
name = "inotify-sys"
version = "0.1.8"
authors = ["Hanno Braun <hb@hannobraun.de>"]
build = "build.rs"
exclude = [
"/.travis.yml",
"/inotify-sys.sublime-project",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "inotify bindings for the Rust programming language"
documentation = "https://docs.rs/inotify-sys"
readme = "README.md"
keywords = [
"inotify",
"linux",
"freebsd",
"bsd",
]
categories = [
"external-ffi-bindings",
"filesystem",
]
license = "ISC"
repository = "https://github.com/hannobraun/inotify-sys"
[features]
freebsd-native = []
[lib]
name = "inotify_sys"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"