notify 4.0.14

Cross-platform filesystem notification library
Documentation
[badges.travis-ci]
branch = "main"
repository = "passcod/notify"
[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.tempdir]
version = "^0.3.4"

[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"
homepage = "https://github.com/passcod/notify"
keywords = ["events", "filesystem", "notify", "watch"]
license = "CC0-1.0"
name = "notify"
readme = "README.md"
repository = "https://github.com/passcod/notify.git"
version = "4.0.14"
[target."cfg(target_os=\"linux\")".dependencies.inotify]
default-features = false
version = "^0.6.1"

[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.kernel32-sys]
version = "^0.2.1"

[target."cfg(windows)".dependencies.winapi]
version = "^0.3.5"