Cargo Features

[dependencies]
more-config = { version = "2.1.1", default-features = false, features = ["std", "all", "async", "util", "cmd", "ini", "binder", "json", "xml"] }
default = std

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

std default all? = util
all = binder, chained, cmd, env, ini, json, mem, std, xml
async

Affects more-config::Value

util chained? cmd? env? ini? json? mem? std xml?

Affects more-config::util

chained mem env cmd all? = util
ini all? = util

Enables configparser, fs of more-changetoken

binder all?

Enables serde

json all? = util

Enables serde_json, fs of more-changetoken

xml all? = util

Enables xml, fs of more-changetoken