Cargo Features
[dependencies]
rapidtrees = { version = "0.3.0", default-features = false, features = ["cli", "python"] }
- default = cli
-
The
clifeature is set by default wheneverrapidtreesis added withoutsomewhere in the dependency tree.default-features = false - cli default = clap, flate2
-
Affects
io::write_matrix_tsv…Required by the binary
- python = pyo3
-
Affects
rapidtrees::api…
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.