Cargo Features
[dependencies]
dusk-bip39 = { version = "1.0.2", default-features = false, features = ["std", "chinese-simplified", "french", "spanish", "all-languages", "rand"] }
- default = std
-
The
std
feature is set by default wheneverdusk-bip39
is added without
somewhere in the dependency tree.default-features = false - std default = unicode-normalization
-
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - chinese-simplified all-languages?
-
Note: English is the standard for bip39 so always included
- chinese-traditional czech french all-languages?
- italian japanese korean spanish all-languages?
- all-languages = chinese-simplified, chinese-traditional, czech, french, italian, japanese, korean, spanish
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- unicode-normalization std
-
Enables unicode-normalization =0.1.9
- rand implicit feature
-
Enables rand ^0.6.0
rand:
Random number generators and other randomness functionality
- serde std