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