rustywallet-hd 0.2.0

BIP32/BIP44/BIP85 Hierarchical Deterministic wallet for cryptocurrency key derivation
Documentation
[dependencies.bs58]
features = ["check"]
version = "0.5"

[dependencies.hmac]
version = "0.12"

[dependencies.ripemd]
version = "0.1"

[dependencies.rustywallet-keys]
version = "0.1"

[dependencies.secp256k1]
features = ["rand"]
version = "0.29"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.zeroize]
features = ["derive"]
version = "1.8"

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

[dev-dependencies.proptest]
version = "1.4"

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

[package]
authors = ["RustyWallet Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "authentication"]
description = "BIP32/BIP44/BIP85 Hierarchical Deterministic wallet for cryptocurrency key derivation"
documentation = "https://docs.rs/rustywallet-hd"
edition = "2021"
keywords = ["bitcoin", "bip32", "bip44", "bip85", "hd-wallet"]
license = "MIT"
name = "rustywallet-hd"
readme = "README.md"
repository = "https://github.com/nirvagold/rustywallet"
version = "0.2.0"