[package] name = "derivation32" version = "1.1.3" authors = ["ceca69ec8e1bcad6c6d79e1dcf7214ff67766580a62b7d19a6fb094c97b4f2dc"] edition = "2021" include = [ "src/**/*", "Cargo.toml", "README.md" ] description = "Implementation of bip-0032 for use on command line interface." documentation = "https://docs.rs/derivation32" repository = "https://github.com/ceca69ec/derivation32" keywords = [ "bip-0032", "bitcoin", "cli", "derivation", "deterministic", ] categories = [ "command-line-interface", "cryptography::cryptocurrencies" ] license = "Apache-2.0" readme = "README.md" [dependencies] bip38 = "1.1.1" bitcoin-bech32 = "0.13.0" bs58 = "0.5.1" clap = { version = "4.5.4", features = ["cargo"] } hmac = "0.12.1" ripemd = "0.1.3" secp256k1 = "0.29.0" sha2 = "0.10.8"