# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "notify" version = "4.0.18" authors = [ "Félix Saparelli ", "Jorge Israel Peña ", "Michael Maurizi ", "Pierre Baillet ", "Joe Wilm ", "Daniel Faust ", "Aron Heinecke ", ] exclude = [ "/clippy.toml", ".github/*", ] description = "Cross-platform filesystem notification library" homepage = "https://github.com/notify-rs/notify" documentation = "https://docs.rs/notify" readme = "README.md" keywords = [ "events", "filesystem", "notify", "watch", ] categories = ["filesystem"] license = "CC0-1.0" repository = "https://github.com/notify-rs/notify.git" [dependencies.bitflags] version = "^1.0.4" [dependencies.filetime] version = "0.2.5" [dependencies.libc] version = "^0.2.4" [dependencies.walkdir] version = "^2.0.1" [dev-dependencies.tempfile] version = "3" [features] manual_tests = [] timing_tests = [] [target."cfg(target_os=\"linux\")".dependencies.inotify] version = "^0.7" default-features = false [target."cfg(target_os=\"linux\")".dependencies.mio] version = "^0.6.15" [target."cfg(target_os=\"linux\")".dependencies.mio-extras] version = "^2.0.5" [target."cfg(target_os=\"macos\")".dependencies.fsevent] version = "0.4" [target."cfg(target_os=\"macos\")".dependencies.fsevent-sys] version = "2" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" features = [ "fileapi", "handleapi", "ioapiset", "minwinbase", "std", "synchapi", "winbase", "winerror", "winnt", ]