Cargo Features

sourmash has no features set by default.

[dependencies]
sourmash = { version = "0.19.0", features = ["parallel", "maturin", "branchwater", "rkyv"] }
parallel branchwater?

Enables rayon

maturin
branchwater = parallel

Enables rocksdb

Affects index::revindex, index::revindex, storage::rocksdb

rkyv

Enables rkyv ^0.7.45