[dependencies.bitvec]
version = "1.0.1"
[dependencies.coins-bip32]
version = "0.12"
[dependencies.hmac]
version = "0.12.1"
[dependencies.once_cell]
optional = true
version = "1.19.0"
[dependencies.pbkdf2]
version = "0.12.2"
[dependencies.rand]
version = "0.8.5"
[dependencies.sha2]
version = "0.10.8"
[dependencies.thiserror]
version = "1.0.61"
[dev-dependencies.hex]
package = "const-hex"
version = "1.12.0"
[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"]
once_cell = ["dep:once_cell"]
portuguese = ["dep:once_cell"]
spanish = ["dep:once_cell"]
[lib]
name = "coins_bip39"
path = "src/lib.rs"
[package]
authors = ["Rohit Narurkar <rohit.narurkar@protonmail.com>", "James Prestwich <james@prestwi.ch>", "0xYYY <0xYYY@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "BIP39 implementation for coins"
edition = "2021"
homepage = "https://github.com/summa-tx/coins"
keywords = ["bip39", "coins", "crypto", "wallet"]
license = "MIT OR Apache-2.0"
name = "coins-bip39"
readme = "README.md"
repository = "https://github.com/summa-tx/coins"
rust-version = "1.65"
version = "0.12.0"