Cargo Features

[dependencies]
configura = { version = "1.1.0", default-features = false, features = ["full", "json", "toml", "yaml"] }
default = json

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

full = json, toml, yaml
json default full?

Enables serde_json

toml full?

Enables toml

yaml full?

Enables serde_yml

configura has 5 features without comments.