corepc-node 0.10.0

Utility to run a regtest bitcoind process, useful in integration testing environments
[build-dependencies.anyhow]
optional = true
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]
default-features = false
features = ["bzip2", "deflate"]
optional = true
version = "0.6.6"

[dependencies.anyhow]
default-features = false
features = ["std"]
version = "1.0.66"

[dependencies.corepc-client]
features = ["client-sync"]
version = "0.10.0"

[dependencies.log]
default-features = false
version = "0.4"

[dependencies.serde_json]
default-features = false
version = "1.0.117"

[dependencies.tempfile]
default-features = false
version = "3"

[dependencies.which]
default-features = false
version = "3.1.1"

[dev-dependencies.env_logger]
default-features = false
version = "0.9.3"

[features]
0_17_2 = []
0_18_1 = ["0_17_2"]
0_19_1 = ["0_18_1"]
0_20_2 = ["0_19_1"]
0_21_2 = ["0_20_2"]
22_1 = ["0_21_2"]
23_2 = ["22_1"]
24_2 = ["23_2"]
25_2 = ["24_2"]
26_2 = ["25_2"]
27_0 = ["26_2"]
27_1 = ["27_0"]
27_2 = ["27_1"]
28_0 = ["27_2"]
28_1 = ["28_0"]
28_2 = ["28_1"]
29_0 = ["28_2"]
default = ["0_17_2"]
download = ["anyhow", "bitcoin_hashes", "flate2", "tar", "minreq", "zip"]

[lib]
name = "corepc_node"
path = "src/lib.rs"

[package]
authors = ["Riccardo Casatta <riccardo@casatta.it>", "Tobin C. Harding <me@tobin.cc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
description = "Utility to run a regtest bitcoind process, useful in integration testing environments"
edition = "2021"
exclude = ["tests", "contrib"]
keywords = ["bitcoin", "bitcoind", "json-rpc"]
license = "MIT"
name = "corepc-node"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/corepc"
rust-version = "1.63.0"
version = "0.10.0"

[package.metadata.docs.rs]
features = ["28_2"]
rustdoc-args = ["--cfg", "docsrs"]