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 whenever rust_cfg_parser is added without default-features = false somewhere in the dependency tree.

std all
all default = std

rust_cfg_parser has 3 features without comments.