Cargo Features

[dependencies]
zconf = { version = "0.1.4-rc.2", default-features = false, features = ["toml", "json", "watcher"] }
default = toml, watcher

These default features are set whenever zconf is added without default-features = false somewhere in the dependency tree.

toml default

Enables toml

Affects zconf::Toml

json

Enables serde_json

Affects zconf::Json

watcher default

Enables notify