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

json5 all?

Enables json5 of config

json all?

Enables json of config

yaml

Enables yaml of config

toml all?

Enables toml of config

ini all?

Enables ini of config

config-more-formats has 12 features without comments.