Cargo Features

[dependencies]
cogwheel = { version = "0.1.0", default-features = false, features = ["json", "toml", "yaml"] }
default = toml

The toml feature is set by default whenever cogwheel is added without default-features = false somewhere in the dependency tree.

json

Enables serde_json

toml default

Enables toml

yaml

Enables serde_yml

Cogwheel has 4 features without comments.