Cargo Features
[dependencies]
dd-manifest-tree = { version = "1.0.0-rc.0", default-features = false, features = ["json", "yaml", "toml"] }
- default = json, toml, yaml
-
These default features are set whenever
dd-manifest-tree
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde_json
Affects
dd-manifest-tree::JsonValue
… - yaml default
-
Enables yaml-rust2
Affects
dd-manifest-tree::YamlValue
… - toml default
-
Enables toml
Affects
dd-manifest-tree::TomlValue
…