Cargo Features
FastConfig has no features set by default.
[dependencies]
fast_config = { version = "1.2.1", features = ["json", "json5", "toml", "yaml"] }
- json
-
Enables serde_json
- json5
-
Enables json5 and serde_json
json5:
Optional
- toml
-
Enables toml
- yaml
-
Enables serde_yml
Affects
utils::compress_string
…