Cargo Features
[dependencies]
confget = { version = "5.1.2", default-features = false, features = ["ini-nom", "ini-regex"] }
- default = ini-nom, ini-regex
-
These default features are set whenever
confget
is added without
somewhere in the dependency tree.default-features = false - ini-nom default
-
Enables itertools ^0.11.0 and nom
Affects
backend::ini_nom
… - ini-regex default
-
Affects
backend::ini_re
…