Cargo Features
[dependencies]
more-config = { version = "2.1.5", default-features = false, features = ["std", "all", "async", "util", "cmd", "ini", "binder", "json", "xml"] }
- default = std
-
The
std
feature is set by default whenevermore-config
is added without
somewhere in the dependency tree.default-features = false - 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