notify 5.1.0

Cross-platform filesystem notification library
Documentation
[dependencies.bitflags]
version = "1.0.4"

[dependencies.crossbeam-channel]
optional = true
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.2.2"
[dev-dependencies.nix]
version = "0.23.1"

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

[dev-dependencies.tempfile]
version = "3.2.0"

[features]
default = ["macos_fsevent", "crossbeam-channel"]
macos_fsevent = ["fsevent-sys"]
macos_kqueue = ["kqueue", "mio"]
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 = "2021"
homepage = "https://github.com/notify-rs/notify"
keywords = ["events", "filesystem", "notify", "watch"]
license = "CC0-1.0 OR Artistic-2.0"
name = "notify"
readme = "README.md"
repository = "https://github.com/notify-rs/notify.git"
rust-version = "1.56"
version = "5.1.0"
[target."cfg(any(target_os=\"freebsd\", target_os=\"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))".dependencies.kqueue]
version = "^1.0.4"

[target."cfg(any(target_os=\"freebsd\", target_os=\"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))".dependencies.mio]
features = ["os-ext"]
version = "0.8"
[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.8"
[target."cfg(target_os=\"macos\")".dependencies.fsevent-sys]
optional = true
version = "4"

[target."cfg(target_os=\"macos\")".dependencies.kqueue]
optional = true
version = "1.0"

[target."cfg(target_os=\"macos\")".dependencies.mio]
features = ["os-ext"]
optional = true
version = "0.8"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Threading", "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_WindowsProgramming", "Win32_System_IO"]
version = "0.42.0"