Cargo Features
[dependencies]
zconf = { version = "0.1.1", default-features = false, features = ["toml", "json"] }
- default = toml
-
The
toml
feature is set by default wheneverzconf
is added without
somewhere in the dependency tree.default-features = false - toml default
-
Enables toml
- json
-
Enables serde_json
zconf has 3 features without comments.