# 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 = "2018" name = "bdk-reserves" version = "0.29.0" authors = ["Richard Ulrich "] description = "Proof of reserves for bitcoin dev kit" readme = "README.md" keywords = [ "proof", "reserves", "bitcoin", "psbt", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bitcoindevkit/bdk-reserves" [dependencies.bdk] version = "0.29" features = ["std"] default-features = false [dependencies.bitcoinconsensus] version = "0.19.0-3" [dependencies.log] version = "^0.4" [dev-dependencies.bdk] version = "0.29" default-features = true [dev-dependencies.bdk-testutils] version = "^0.4" [dev-dependencies.electrsd] version = "0.24" features = [ "bitcoind_22_0", "electrs_0_9_1", ] [dev-dependencies.rstest] version = "^0.11"