bitcoind 0.36.0

Utility to run a regtest bitcoind process, useful in integration testing environment
Documentation
[build-dependencies.anyhow]
version = "1.0.66"

[build-dependencies.bitcoin_hashes]
optional = true
version = ">= 0.13, <= 0.14"

[build-dependencies.flate2]
optional = true
version = "1.0"

[build-dependencies.minreq]
default-features = false
features = ["https"]
optional = true
version = "2.9.1"

[build-dependencies.tar]
optional = true
version = "0.4"

[build-dependencies.zip]
optional = true
version = "0.6"
[dependencies.anyhow]
version = "1.0.66"

[dependencies.bitcoincore-rpc]
features = ["rand"]
version = "0.19"

[dependencies.log]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.which]
version = "4.2.5"
[dev-dependencies.env_logger]
version = "0.9.0"

[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"]

[package]
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
description = "Utility to run a regtest bitcoind process, useful in integration testing environment"
documentation = "https://docs.rs/bitcoind/"
edition = "2018"
license = "MIT"
name = "bitcoind"
readme = "README.md"
repository = "https://github.com/RCasatta/bitcoind"
rust-version = "1.56.1"
version = "0.36.0"
[package.metadata.docs.rs]
features = ["download", "doc"]
rustdoc-args = ["--cfg", "docsrs"]