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
somewhere in the dependency tree.default-features = false - 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
…