Cargo Features
[dependencies]
cogwheel = { version = "0.1.0", default-features = false, features = ["json", "toml", "yaml"] }
- default = toml
-
The
toml
feature is set by default whenevercogwheel
is added without
somewhere in the dependency tree.default-features = false - json
-
Enables serde_json
- toml default
-
Enables toml
- yaml
-
Enables serde_yml
Cogwheel has 4 features without comments.