Cargo Features

[dependencies]
wtr-watcher = { version = "0.13.2", default-features = false, features = ["serde", "cli"] }
default = cli, serde

These default features are set whenever wtr-watcher is added without default-features = false somewhere in the dependency tree.

serde default

Enables serde

cli default = serde_json, tokio

Enables serde, macros, rt and signal of tokio

Required by the binary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde_json cli
tokio cli