notify 5.0.0-pre.5

Cross-platform filesystem notification library
Documentation
[dependencies.anymap]
version = "0.12.1"

[dependencies.bitflags]
version = "1.0.4"

[dependencies.crossbeam-channel]
version = "0.5.0"

[dependencies.filetime]
version = "0.2.6"

[dependencies.libc]
version = "0.2.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.89"

[dependencies.walkdir]
version = "2.0.1"
[dev-dependencies.serde_json]
version = "1.0.39"

[features]
manual_tests = []
timing_tests = []

[package]
authors = ["FĂ©lix Saparelli <me@passcod.name>", "Daniel Faust <hessijames@gmail.com>"]
categories = ["filesystem"]
description = "Cross-platform filesystem notification library"
documentation = "https://docs.rs/notify"
edition = "2018"
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 = "5.0.0-pre.5"
[target."cfg(target_os=\"linux\")".dependencies.inotify]
default-features = false
version = "0.9"

[target."cfg(target_os=\"linux\")".dependencies.mio]
features = ["os-ext"]
version = "0.7.7"
[target."cfg(target_os=\"macos\")".dependencies.fsevent]
version = "2.0.1"

[target."cfg(target_os=\"macos\")".dependencies.fsevent-sys]
version = "3"
[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "handleapi", "ioapiset", "minwinbase", "synchapi", "winbase", "winnt"]
version = "0.3.8"