Cargo Features
[dependencies]
rust_cfg_parser = { version = "0.1.0", default-features = false, features = ["std", "all"] }
- default = all
-
The
all
feature is set by default wheneverrust_cfg_parser
is added without
somewhere in the dependency tree.default-features = false - std all
- all default = std
rust_cfg_parser has 3 features without comments.