elementsd 0.9.1

Utility to run a liquidregtest elements process, useful in integration testing environment
Documentation
[build-dependencies.bitcoin_hashes]
optional = true
version = "0.12.0"

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

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

[build-dependencies.tar]
optional = true
version = "0.4"
[dependencies.bitcoind]
version = "0.34.0"
[dev-dependencies.env_logger]
version = "0.9"

[features]
0_18_1_12 = ["download"]
0_21_0 = ["download", "0_18_1_12"]
22_1_1 = ["download", "0_21_0"]
bitcoind_0_17_1 = ["bitcoind/0_17_1"]
bitcoind_0_18_1 = ["bitcoind/0_18_1"]
bitcoind_0_19_1 = ["bitcoind/0_19_1"]
bitcoind_0_21_2 = ["bitcoind/0_21_2"]
bitcoind_22_1 = ["bitcoind/22_1"]
bitcoind_23_1 = ["bitcoind/23_1"]
bitcoind_24_0_1 = ["bitcoind/24_0_1"]
bitcoind_25_0 = ["bitcoind/25_0"]
bitcoind_25_1 = ["bitcoind/25_1"]
doc = []
download = ["bitcoin_hashes", "flate2", "minreq", "tar"]

[package]
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
description = "Utility to run a liquidregtest elements process, useful in integration testing environment"
documentation = "https://docs.rs/elementsd/"
edition = "2018"
license = "MIT"
name = "elementsd"
readme = "README.md"
repository = "https://github.com/RCasatta/elementsd"
version = "0.9.1"
[package.metadata.docs.rs]
features = ["download", "doc"]
rustdoc-args = ["--cfg", "docsrs"]