Cargo Features
[dependencies]
coins-bip39 = { version = "0.12.0", default-features = false, features = ["once_cell", "all-langs", "chinese-simplified", "chinese-traditional", "czech", "english", "french", "italian", "japanese", "korean", "portuguese", "spanish"] }
- default = all-langs
-
The
all-langs
feature is set by default whenevercoins-bip39
is added without
somewhere in the dependency tree.default-features = false - once_cell
-
Enables once_cell
used by all wordlists
- all-langs default = chinese-simplified, chinese-traditional, czech, english, french, italian, japanese, korean, portuguese, spanish
- chinese-simplified all-langs
-
Enables once_cell
Affects
wordlist::chinese_simplified
… - chinese-traditional all-langs
-
Enables once_cell
Affects
wordlist::chinese_traditional
… - czech all-langs
-
Enables once_cell
Affects
wordlist::czech
… - english all-langs
-
Enables once_cell
Affects
wordlist::english
… - french all-langs
-
Enables once_cell
Affects
wordlist::french
… - italian all-langs
-
Enables once_cell
Affects
wordlist::italian
… - japanese all-langs
-
Enables once_cell
Affects
wordlist::japanese
… - korean all-langs
-
Enables once_cell
Affects
wordlist::korean
… - portuguese all-langs
-
Enables once_cell
Affects
wordlist::portuguese
… - spanish all-langs
-
Enables once_cell
Affects
wordlist::spanish
…