# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.72" name = "notify-debouncer-full" version = "0.4.0" authors = ["Daniel Faust "] description = "notify event debouncer optimized for ease of use" homepage = "https://github.com/notify-rs/notify" documentation = "https://docs.rs/notify-debouncer-full" readme = "README.md" keywords = [ "events", "filesystem", "notify", "watch", ] license = "MIT OR Apache-2.0" repository = "https://github.com/notify-rs/notify.git" [dependencies.crossbeam-channel] version = "0.5.0" optional = true [dependencies.file-id] version = "0.2.2" [dependencies.log] version = "0.4.17" [dependencies.notify] version = "7.0.0" [dependencies.notify-types] version = "1.0.0" [dependencies.walkdir] version = "2.4.0" [dev-dependencies.deser-hjson] version = "2.2.4" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.serde] version = "1.0.89" features = ["derive"] [dev-dependencies.tempfile] version = "3.10.0" [features] crossbeam-channel = [ "dep:crossbeam-channel", "notify/crossbeam-channel", ] default = ["macos_fsevent"] macos_fsevent = ["notify/macos_fsevent"] macos_kqueue = ["notify/macos_kqueue"] serde = ["notify-types/serde"] serialization-compat-6 = ["notify/serialization-compat-6"]