Cargo Features
[dependencies]
fronma = { version = "0.2.0", default-features = false, features = ["json", "serde_yaml", "toml"] }
- default = serde_yaml
-
The
serde_yaml
feature is set by default wheneverfronma
is added without
somewhere in the dependency tree.default-features = false Affects
parser::parse
… - json = serde_json
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.
- serde_json json?
- serde_yaml default
-
Enables serde_yaml ~0.8
- toml implicit feature
-
Enables toml ~0.5