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?
-
Enables ron of config ^0.14.0
- json5 all?
-
Enables json5 of config ^0.14.0
- json all?
-
Enables json of config ^0.14.0
- yaml
-
Enables yaml of config ^0.14.0
- toml all?
-
Enables toml of config ^0.14.0
- ini all?
-
Enables ini of config ^0.14.0
config-more-formats has 12 features without comments.