notify 4.0.7

Cross-platform filesystem notification library
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "notify"
version = "4.0.7"
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>"]
description = "Cross-platform filesystem notification library"
homepage = "https://github.com/passcod/notify"
documentation = "https://docs.rs/notify"
readme = "README.md"
keywords = ["events", "filesystem", "notify", "watch"]
categories = ["filesystem"]
license = "CC0-1.0"
repository = "https://github.com/passcod/notify.git"
[dependencies.bitflags]
version = "^1.0.4"

[dependencies.filetime]
version = "^0.2.1"

[dependencies.libc]
version = "^0.2.4"

[dependencies.walkdir]
version = "^2.0.1"
[dev-dependencies.tempdir]
version = "^0.3.4"

[features]
manual_tests = []
timing_tests = []
[target."cfg(target_os=\"linux\")".dependencies.inotify]
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.2.17"

[target."cfg(target_os=\"macos\")".dependencies.fsevent-sys]
version = "^0.1.3"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "^0.2.1"

[target."cfg(windows)".dependencies.winapi]
version = "^0.3.5"
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "v4-legacy"
repository = "passcod/notify"