# 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-utils" version = "0.1.3" description = "A collection of utilities for working with bitcoin" readme = "README.md" license = "MIT" resolver = "2" [dependencies.bitcoin] version = "=0.29.1" [dependencies.bitcoin-address] version = "=0.1.5" [dependencies.bitcoin-bech32] version = "=0.12.1" [dependencies.hex-utilities] version = "=0.1.5" [dependencies.secp256k1] version = "0.24.0" features = ["rand"] [dependencies.sha2] version = "=0.10.5" [dependencies.sha256] version = "=1.0.3"