tiny-bip39 0.7.3

A fork of the bip39 crate with fixes to v0.6. Rust implementation of BIP-0039
Documentation
[dependencies.failure]
version = "0.1.3"

[dependencies.hmac]
version = "0.7.1"

[dependencies.once_cell]
features = ["parking_lot"]
version = "1.2.0"

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

[dependencies.rand]
version = "0.7.2"

[dependencies.rustc-hash]
version = "1.0.1"

[dependencies.sha2]
version = "0.8.1"

[dependencies.unicode-normalization]
version = "0.1.12"
[dev-dependencies.hex]
version = "0.4.0"

[features]
chinese-simplified = []
chinese-traditional = []
default = ["chinese-simplified", "chinese-traditional", "french", "italian", "japanese", "korean", "spanish"]
french = []
italian = []
japanese = []
korean = []
spanish = []

[lib]
name = "bip39"
path = "src/lib.rs"

[package]
authors = ["Stephen Oliver <steve@infincia.com>", "Maciej Hirsz <hello@maciej.codes>"]
description = "A fork of the bip39 crate with fixes to v0.6. Rust implementation of BIP-0039"
documentation = "https://docs.rs/tiny-bip39"
edition = "2018"
homepage = "https://github.com/maciejhirsz/tiny-bip39/"
keywords = ["bip39", "bitcoin", "mnemonic"]
license = "MIT/Apache-2.0"
name = "tiny-bip39"
readme = "README.md"
repository = "https://github.com/maciejhirsz/tiny-bip39/"
version = "0.7.3"