# 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" rust-version = "1.48.0" name = "bitcoind" version = "0.34.3" authors = ["Riccardo Casatta "] description = "Utility to run a regtest bitcoind process, useful in integration testing environment" documentation = "https://docs.rs/bitcoind/" readme = "README.md" categories = [ "cryptography::cryptocurrencies", "development-tools::testing", ] license = "MIT" repository = "https://github.com/RCasatta/bitcoind" [package.metadata.docs.rs] features = [ "download", "doc", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.66" [dependencies.bitcoincore-rpc] version = "0.18.0" [dependencies.log] version = "0.4" [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" 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_1 = [ "download", "0_21_2", ] 23_1 = [ "download", "22_1", ] 24_0_1 = [ "download", "23_1", ] 25_0 = [ "download", "24_0_1", ] 25_1 = [ "download", "25_0", ] 26_0 = [ "download", "25_1", ] doc = [] download = [ "bitcoin_hashes", "flate2", "tar", "minreq", "zip", ]