Cargo Features
HomeConfig has no features set by default.
[dependencies]
home-config = { version = "0.6.0", features = ["json", "yaml", "toml", "hcl"] }
- json
-
Enables serde and serde_json
Affects
home-config::JsonError
… - yaml
-
Enables serde and serde_yaml
Affects
home-config::YamlError
… - toml
-
Enables serde and toml ^0.5.9
Affects
home-config::TomlParseError
,home-config::TomlSaveError
… - hcl
-
Enables hcl-rs ^0.9.0 and serde
Affects
home-config::HclError
…