blob: 124f96ee589a21deccdf798dc67336cda3765815 [file] [log] [blame]
# 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]
edition = "2018"
name = "notify"
version = "5.0.0-pre.10"
authors = ["FĂ©lix Saparelli <me@passcod.name>", "Daniel Faust <hessijames@gmail.com>"]
exclude = ["/clippy.toml", ".github/*"]
description = "Cross-platform filesystem notification library"
homepage = "https://github.com/notify-rs/notify"
documentation = "https://docs.rs/notify"
readme = "README.md"
keywords = ["events", "filesystem", "notify", "watch"]
categories = ["filesystem"]
license = "CC0-1.0 OR Artistic-2.0"
repository = "https://github.com/notify-rs/notify.git"
[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]
version = "1.0.89"
features = ["derive"]
optional = true
[dependencies.walkdir]
version = "2.0.1"
[dev-dependencies.serde_json]
version = "1.0.39"
[dev-dependencies.tempfile]
version = "3.2.0"
[features]
manual_tests = []
timing_tests = []
[target."cfg(target_os=\"linux\")".dependencies.inotify]
version = "0.9"
default-features = false
[target."cfg(target_os=\"linux\")".dependencies.mio]
version = "0.7.7"
features = ["os-ext"]
[target."cfg(target_os=\"macos\")".dependencies.fsevent-sys]
version = "4"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.8"
features = ["fileapi", "handleapi", "ioapiset", "minwinbase", "synchapi", "winbase", "winnt"]