Cargo Features

bio has no features set by default.

[dependencies]
bio = { version = "1.6.0", features = ["runtime-dispatch-simd", "generic-simd", "phylogeny"] }
runtime-dispatch-simd

Enables runtime-dispatch-simd of bytecount

generic-simd

Enables generic-simd of bytecount

phylogeny = pest, pest_derive

Enables phylogeny of bio-types

Affects io::newick

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.

pest phylogeny?
pest_derive phylogeny?