[dependencies.bitvec]
version = "1.0"
[dependencies.coins-bip32]
version = "0.8.3"
[dependencies.hmac]
version = "0.12"
[dependencies.once_cell]
optional = true
version = "1.17"
[dependencies.pbkdf2]
version = "0.12"
[dependencies.rand]
version = "0.8"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.hex]
version = "0.4"
[features]
all-langs = ["chinese-simplified", "chinese-traditional", "czech", "english", "french", "italian", "japanese", "korean", "portuguese", "spanish"]
chinese-simplified = ["dep:once_cell"]
chinese-traditional = ["dep:once_cell"]
czech = ["dep:once_cell"]
default = ["all-langs"]
english = ["dep:once_cell"]
french = ["dep:once_cell"]
italian = ["dep:once_cell"]
japanese = ["dep:once_cell"]
korean = ["dep:once_cell"]
portuguese = ["dep:once_cell"]
spanish = ["dep:once_cell"]
[package]
authors = ["Rohit Narurkar <rohit.narurkar@protonmail.com>", "James Prestwich <james@prestwi.ch>", "0xYYY <0xYYY@pm.me>"]
description = "Bip39 in Rust"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "coins-bip39"
readme = "README.md"
repository = "https://github.com/summa-tx/coins"
version = "0.8.7"