Cargo Features

[dependencies]
balanced-ternary = { version = "2.0.0", default-features = false, features = ["ternary-store", "tryte", "ternary-string"] }
default = ternary-store, tryte

These default features are set whenever balanced-ternary is added without default-features = false somewhere in the dependency tree.

ternary-store default = ternary-string

Affects balanced-ternary::dter

tryte default = ternary-string

Affects balanced-ternary::tryte

ternary-string ternary-store tryte

Affects balanced-ternary::ter, balanced-ternary::Ternary