# 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" rust-version = "1.65" name = "coins-bip32" version = "0.12.0" authors = [ "Summa ", "James Prestwich ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bip32 in Rust" homepage = "https://github.com/summa-tx/coins" readme = "README.md" keywords = [ "bip32", "bitcoin", "cryptocurrency", "blockchain", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/summa-tx/coins" [lib] name = "coins_bip32" path = "src/lib.rs" [dependencies.bs58] version = "0.5.1" [dependencies.coins-core] version = "0.12" [dependencies.digest] version = "0.10.7" [dependencies.hmac] version = "0.12.1" [dependencies.k256] version = "0.13.3" features = [ "std", "arithmetic", ] [dependencies.serde] version = "1.0.203" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.hex] version = "1.12.0" package = "const-hex" [features] default = ["mainnet"] mainnet = [] testnet = []