Cargo Features

[dependencies]
zconf = { version = "0.1.1", default-features = false, features = ["toml", "json"] }
default = toml

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

toml default

Enables toml

json

Enables serde_json

zconf has 3 features without comments.