Cargo Features

[dependencies]
derive-config = { version = "2.1.1", default-features = false, features = ["dirs", "json", "toml", "yaml"] }
default = dirs

The dirs feature is set by default whenever derive-config is added without default-features = false somewhere in the dependency tree.

dirs default

Enables dirs, dirs of derive-macros

json

Enables serde_json, json of derive-macros

toml

Enables toml, toml of derive-macros

yaml

Enables serde_yaml, yaml of derive-macros

Derive-Config has 5 features without comments.