Cargo Features

[dependencies]
bip39-dict = { version = "0.1.3", default-features = false, features = ["std", "english", "cjk", "latin"] }
default = english, std

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

std default
english default

Affects dictionary::ENGLISH

cjk

Affects dictionary::JAPANESE, dictionary::KOREAN, dictionary::CHINESE_SIMPLIFIED, dictionary::CHINESE_TRADITIONAL

latin

Affects dictionary::FRENCH, dictionary::ITALIAN, dictionary::SPANISH