Cargo Features
[dependencies]
tiny-bip39 = { version = "2.0.0", default-features = false, features = ["chinese-traditional", "french", "spanish", "default-langs", "rand"] }
- chinese-simplified chinese-traditional default-langs
- french default-langs
-
Note: English is the standard for bip39 so always included
- default = default-langs, rand
-
These default features are set whenever
tiny-bip39
is added without
somewhere in the dependency tree.default-features = false - italian japanese korean spanish default-langs
- default-langs default = chinese-simplified, chinese-traditional, 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.
- rand default