# 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.60" name = "notify-debouncer-mini" version = "0.4.1" authors = ["Aron Heinecke "] description = "notify mini debouncer for events" homepage = "https://github.com/notify-rs/notify" documentation = "https://docs.rs/notify-debouncer-mini" readme = "README.md" keywords = [ "events", "filesystem", "notify", "watch", ] license = "MIT OR Apache-2.0" repository = "https://github.com/notify-rs/notify.git" resolver = "1" [lib] name = "notify_debouncer_mini" path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.log] version = "0.4.17" [dependencies.notify] version = "6.1.1" [dependencies.serde] version = "1.0.89" features = ["derive"] optional = true [features] crossbeam = [ "crossbeam-channel", "notify/crossbeam-channel", ] default = ["crossbeam"]