Cargo Features

[dependencies]
seqkmer = { version = "0.1.1", default-features = false, features = ["dna", "protein"] }
default = dna

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

dna default

Affects feat::constants, feat::char_to_value, feat::canonical_representation

protein

Affects feat::constants, feat::char_to_value, feat::canonical_representation