# 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.56.1" name = "bitcoind-json-rpc-regtest" version = "0.3.0" authors = [ "Riccardo Casatta ", "Tobin C. Harding ", ] exclude = [ "tests", "contrib", ] description = "Utility to run a regtest bitcoind process, useful in integration testing environments" readme = "README.md" keywords = [ "bitcoin", "bitcoind", "json-rpc", ] categories = [ "cryptography::cryptocurrencies", "development-tools::testing", ] license = "MIT" repository = "https://github.com/tcharding/rust-bitcoind-json-rpc" [package.metadata.docs.rs] features = [ "download", "doc", "26_0", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.66" [dependencies.bitcoind-json-rpc-client] version = "0.3" features = ["client-sync"] [dependencies.log] version = "0.4" [dependencies.serde_json] version = "1.0.117" [dependencies.tempfile] version = "3" [dependencies.which] version = "4.2.5" [dev-dependencies.env_logger] version = "0.9.0" [build-dependencies.anyhow] version = "1.0.66" [build-dependencies.bitcoin_hashes] version = ">= 0.13, <= 0.14" optional = true [build-dependencies.flate2] version = "1.0" optional = true [build-dependencies.minreq] version = "2.9.1" features = ["https"] optional = true default-features = false [build-dependencies.tar] version = "0.4" optional = true [build-dependencies.zip] version = "0.6" optional = true [features] 0_17_1 = ["download"] 0_18_1 = [ "download", "0_17_1", ] 0_19_1 = [ "download", "0_18_1", ] 0_20_2 = [ "download", "0_19_1", ] 0_21_2 = [ "download", "0_20_2", ] 22_0 = [ "download", "0_21_2", ] 22_1 = [ "download", "22_0", ] 23_0 = [ "download", "22_1", ] 23_1 = [ "download", "23_0", ] 23_2 = [ "download", "23_1", ] 24_0_1 = [ "download", "23_2", ] 24_1 = [ "download", "24_0_1", ] 24_2 = [ "download", "24_1", ] 25_0 = [ "download", "24_2", ] 25_1 = [ "download", "25_0", ] 25_2 = [ "download", "25_1", ] 26_0 = [ "download", "25_2", ] doc = [] download = [ "bitcoin_hashes", "flate2", "tar", "minreq", "zip", ]