bip0039 0.7.0

Another Rust implementation of BIP-0039 standard
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.hmac]
default-features = false
version = "0.10.1"

[dependencies.pbkdf2]
default-features = false
version = "0.6.0"

[dependencies.rand]
optional = true
version = "0.7.3"

[dependencies.sha2]
default-features = false
version = "0.9.2"

[dependencies.unicode-normalization]
default-features = false
version = "0.1.16"

[dependencies.zeroize]
version = "1.2.0"
[dev-dependencies.criterion]
version = "0.3.3"

[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.118"

[dev-dependencies.serde_json]
version = "1.0.60"

[dev-dependencies.tiny-bip39]
package = "tiny-bip39"
version = "0.8.0"

[features]
all-languages = ["chinese-simplified", "chinese-traditional", "czech", "french", "italian", "japanese", "korean", "spanish"]
chinese-simplified = []
chinese-traditional = []
czech = []
default = ["std", "all-languages", "rand"]
french = []
italian = []
japanese = []
korean = []
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"
keywords = ["bip39", "bitcoin", "crypto", "mnemonic"]
license = "MIT OR Apache-2.0"
name = "bip0039"
readme = "README.md"
repository = "https://github.com/koushiro/bip0039-rs"
version = "0.7.0"