Cargo Features
[dependencies]
zconf = { version = "0.1.4-rc.2", default-features = false, features = ["toml", "json", "watcher"] }
- default = toml, watcher
-
These default features are set whenever
zconfis added withoutsomewhere in the dependency tree.default-features = false - toml default
-
Enables toml
Affects
zconf::Toml… - json
-
Enables serde_json
Affects
zconf::Json… - watcher default
-
Enables notify