Cargo Features
Figment has no features set by default.
[dependencies]
figment = { version = "0.10.19", features = ["env", "json", "yaml", "parse-value", "test", "toml"] }
- env = parse-value, pear
- json = serde_json
- yaml = serde_yaml
- parse-value env? = pear
- test = parking_lot, tempfile
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- pear env? parse-value?
- toml implicit feature
- serde_json json?
- serde_yaml yaml?
- tempfile test?
- parking_lot test?