Cargo Features

[dependencies]
rapidtrees = { version = "0.3.0", default-features = false, features = ["cli", "python"] }
default = cli

The cli feature is set by default whenever rapidtrees is added without default-features = false somewhere in the dependency tree.

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.

pyo3 python?

Enables pyo3 ^0.27.1

clap cli
flate2 cli