Cargo Features

compact-genome has no features set by default.

[dependencies]
compact-genome = { version = "10.0.3", features = ["io", "serde", "rand"] }
io = enum-iterator, flate2

Affects compact-genome::io

serde

Enables serde

Used for feature "serde"

rand

Enables rand

Used for feature "rand"

Affects alphabet::rand

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.

flate2 io?

Enables flate2

Used for feature "io"

enum-iterator io?