# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bitcoin-hd-keys" version = "0.1.23" description = "Key generation for Hierarchical-Deterministic (HD) Wallets" readme = "README.md" license = "MIT" resolver = "2" [dependencies.binary-utils] version = "=0.1.1" [dependencies.bitcoin] version = "=0.29.1" [dependencies.bitcoin-address] version = "=0.1.5" [dependencies.bitcoin-bech32] version = "=0.12.1" [dependencies.bitcoin-utils] version = "=0.1.3" [dependencies.bs58] version = "=0.4.0" features = [ "check", "alloc", "std", "sha2", ] [dependencies.hex-utilities] version = "=0.1.5" [dependencies.hmac-sha512] version = "1.1.2" [dependencies.num-bigint] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_pcg] version = "0.3.1" [dependencies.rand_seeder] version = "0.2.3" [dependencies.ring] version = "0.16.20" [dependencies.secp256k1] version = "0.24.0" features = ["rand"] [dependencies.sha2] version = "0.10.5" [dependencies.sha256] version = "=1.0.3"