Cargo Features
[dependencies]
configura = { version = "1.1.0", default-features = false, features = ["full", "json", "toml", "yaml"] }
- default = json
-
The
json
feature is set by default wheneverconfigura
is added without
somewhere in the dependency tree.default-features = false - full = json, toml, yaml
- json default full?
-
Enables serde_json
- toml full?
-
Enables toml
- yaml full?
-
Enables serde_yml
configura has 5 features without comments.