Cargo Features
[dependencies]
ptree = { version = "0.5.0", default-features = false, features = ["ansi", "conf", "value", "petgraph"] }
- default = ansi, conf, petgraph, value
-
These default features are set whenever
ptree
is added without
somewhere in the dependency tree.default-features = false - ansi default = ansi_term, atty, tint
- conf default = config, directories
- value default = serde-value
-
Affects
ptree::value
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.