Cargo Features
[dependencies]
bakunin_config = { version = "0.1.3", default-features = false, features = ["json", "toml", "json5", "yaml"] }
- default = json, json5, toml, yaml
-
These default features are set whenever
bakunin_config
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde_json
Affects
files::handler_json
… - toml default
-
Enables toml
Affects
files::handler_toml
… - json5 default
-
Enables json5
Affects
files::handler_json5
… - yaml default
-
Enables serde_yaml
Affects
files::handler_yaml
…