# 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 = "bitceptron_regtest_utils" version = "0.5.0" description = "A tiny utility crate for running bitcoin's regtest network." documentation = "https://docs.rs/bitceptron_regtest_utils/latest/bitceptron_regtest_utils/" readme = "README.md" keywords = [ "bitcoin", "regtest", "bitcoin-dev", "bitcoin-testing", ] license = "MIT" repository = "https://github.com/bitceptron/bitceptron_regtest_utils" [dependencies.bitcoin] version = "0.31.1" [dependencies.bitcoincore-rpc] version = "0.18.0" [dependencies.miniscript] version = "11.0.0" [dependencies.regex] version = "1.10.3"