# 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" name = "wtr-watcher" version = "0.13.2" authors = ["Will "] build = "watcher-rs/build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Filesystem watcher. Works anywhere. Simple, efficient and friendly." homepage = "https://github.com/e-dant/watcher" documentation = "https://github.com/e-dant/watcher/blob/release/readme.md" readme = "readme.md" keywords = [ "events", "filesystem", "monitoring", "tracing", "watcher", ] categories = [ "asynchronous", "command-line-interface", "command-line-utilities", "development-tools", "filesystem", ] license = "MIT" repository = "https://github.com/e-dant/watcher" [lib] name = "wtr_watcher" path = "watcher-rs/src/lib.rs" [[bin]] name = "wtr-watcher" path = "watcher-rs/src/main.rs" required-features = ["cli"] [[example]] name = "show-events" path = "watcher-rs/examples/show-events.rs" [dependencies.futures] version = "0" features = [ "alloc", "std", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.tokio] version = "1" optional = true default-features = false [build-dependencies.bindgen] version = "0" [build-dependencies.cc] version = "1" [features] cli = [ "dep:serde", "serde_json", "tokio", "tokio/rt", "tokio/macros", "tokio/signal", ] default = [ "cli", "serde", ] serde = ["dep:serde"]