[dependencies.hmac]
default-features = false
version = "0.10"
[dependencies.pbkdf2]
default-features = false
version = "0.7"
[dependencies.rand]
optional = true
version = "0.8"
[dependencies.sha2]
default-features = false
version = "0.9"
[dependencies.unicode-normalization]
default-features = false
version = "0.1"
[dependencies.zeroize]
version = "1.2"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
all-languages = ["chinese-simplified", "chinese-traditional", "czech", "french", "italian", "japanese", "korean", "portuguese", "spanish"]
chinese-simplified = []
chinese-traditional = []
czech = []
default = ["std", "all-languages", "rand"]
french = []
italian = []
japanese = []
korean = []
portuguese = []
spanish = []
std = ["hmac/std", "pbkdf2/std", "sha2/std", "unicode-normalization/std"]
[package]
authors = ["koushiro <koushiro.cqx@gmail.com>"]
categories = ["cryptography"]
description = "Another Rust implementation of BIP-0039 standard"
documentation = "https://docs.rs/bip0039"
edition = "2018"
exclude = [".github", "words", "benchmark"]
keywords = ["bip39", "bitcoin", "crypto", "mnemonic"]
license = "MIT/Apache-2.0"
name = "bip0039"
readme = "README.md"
repository = "https://github.com/koushiro/bip0039-rs"
version = "0.7.3"