Cargo Features

Derive-Config has no features set by default.

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

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 4 features without comments.