Cargo Features
config-more-formats has no features set by default.
[dependencies]
config-more-formats = { version = "1.1.1", features = ["all", "hjson", "properties", "hcl", "ason", "yaml_ng", "ron", "json5", "json", "yaml", "toml", "ini"] }
- all = ason, hcl, hjson, ini, json, json5, properties, ron, toml, yaml_ng
- hjson all?
-
Enables serde-hjson
- properties all?
-
Enables serde-java-properties
- hcl all?
-
Enables hcl-rs
- ason all?
-
Enables ason
- yaml_ng all?
-
Enables serde_yaml_ng
- ron all?
- json5 all?
- json all?
- yaml
- toml all?
- ini all?
config-more-formats has 12 features without comments.