Cargo Features
[dependencies]
easy-config-store = { version = "0.1.0", default-features = false, features = ["tokio", "toml", "json", "yaml", "ciborium"] }
- default = toml
-
The
toml
feature is set by default whenevereasy-config-store
is added without
somewhere in the dependency tree.default-features = false - tokio
-
Enables tokio
- toml default
-
Enables toml
- json
-
Enables serde_json
- yaml
-
Enables serde_yaml