Cargo Features
[dependencies]
edres = { version = "0.6.0", default-features = false, features = ["json", "toml", "yaml"] }
- default = toml
-
The
toml
feature is set by default wheneveredres
is added without
somewhere in the dependency tree.default-features = false - json
-
Enables json of edres_core
- toml default
-
Enables toml of edres_core
- yaml
-
Enables yaml of edres_core
edres has 4 features without comments.