Cargo Features
[dependencies]
edres_core = { version = "0.7.1", default-features = false, features = ["json", "toml", "yaml"] }
- default = toml
-
The
toml
feature is set by default wheneveredres_core
is added without
somewhere in the dependency tree.default-features = false - json
-
Enables serde_json
Affects
parsing::json
… - toml default
-
Enables toml ^0.5
Affects
parsing::toml
… - yaml
-
Enables serde_yaml
Affects
parsing::yaml
…