[package] name = "fsevent-sys" version = "4.1.0" authors = ["Pierre Baillet "] description = "Rust bindings to the fsevent macOS API for file changes notifications" license = "MIT" repository = "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys" edition = "2018" [dependencies] libc = "0.2.68" [package.metadata.docs.rs] targets = ["x86_64-apple-darwin"]