notify 4.0.16

Cross-platform filesystem notification library
Documentation
[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 = []

[package]
authors = ["Félix Saparelli <me@passcod.name>", "Jorge Israel Peña <jorge.israel.p@gmail.com>", "Michael Maurizi <michael.maurizi@gmail.com>", "Pierre Baillet <oct@zoy.org>", "Joe Wilm <joe@jwilm.com>", "Daniel Faust <hessijames@gmail.com>", "Aron Heinecke <Ox0p54r36@t-online.de>"]
categories = ["filesystem"]
description = "Cross-platform filesystem notification library"
documentation = "https://docs.rs/notify"
exclude = ["/clippy.toml", ".github/*"]
homepage = "https://github.com/notify-rs/notify"
keywords = ["events", "filesystem", "notify", "watch"]
license = "CC0-1.0"
name = "notify"
readme = "README.md"
repository = "https://github.com/notify-rs/notify.git"
version = "4.0.16"
[target."cfg(target_os=\"linux\")".dependencies.inotify]
default-features = false
version = "^0.7"

[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]
features = ["fileapi", "handleapi", "ioapiset", "minwinbase", "synchapi", "winbase", "winnt"]
version = "0.3.8"