[package]
name = "tiny-bip39"
version = "0.6.2"
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"
homepage = "https://github.com/maciejhirsz/tiny-bip39/"
documentation = "https://docs.rs/tiny-bip39"
readme = "README.md"
keywords = ["bip39", "bitcoin", "mnemonic"]
license = "MIT/Apache-2.0"
repository = "https://github.com/maciejhirsz/tiny-bip39/"
[lib]
name = "bip39"
path = "src/lib.rs"
[dependencies.failure]
version = "0.1.3"
[dependencies.hashbrown]
version = "0.1.8"
[dependencies.hmac]
version = "0.7.0"
[dependencies.once_cell]
version = "0.1.8"
features = ["parking_lot"]
[dependencies.pbkdf2]
version = "0.3.0"
default-features = false
[dependencies.rand]
version = "0.6.5"
[dependencies.sha2]
version = "0.8.0"
[dev-dependencies.hex]
version = "0.3.2"
[features]
chinese-simplified = []
chinese-traditional = []
default = ["chinese-simplified", "chinese-traditional", "french", "italian", "japanese", "korean", "spanish"]
french = []
italian = []
japanese = []
korean = []
spanish = []