electrsd 0.27.3

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

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

[build-dependencies.zip]
default-features = false
features = ["bzip2", "deflate"]
optional = true
version = "0.6"
[dependencies.bitcoind]
version = "0.34.0"

[dependencies.electrum-client]
default-features = false
version = "0.19.0"

[dependencies.log]
version = "0.4"

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

[features]
bitcoind_0_17_1 = ["download", "bitcoind/0_17_1"]
bitcoind_0_18_1 = ["download", "bitcoind/0_18_1"]
bitcoind_0_19_1 = ["download", "bitcoind/0_19_1"]
bitcoind_0_20_2 = ["download", "bitcoind/0_20_2"]
bitcoind_0_21_2 = ["download", "bitcoind/0_21_2"]
bitcoind_22_1 = ["download", "bitcoind/22_1"]
bitcoind_23_1 = ["download", "bitcoind/23_1"]
bitcoind_24_0_1 = ["download", "bitcoind/24_0_1"]
bitcoind_25_0 = ["download", "bitcoind/25_0"]
download = ["bitcoin_hashes", "zip", "minreq"]
electrs_0_8_10 = ["download"]
electrs_0_9_1 = ["download"]
electrs_0_9_11 = ["download"]
esplora_a33e97e1 = ["download"]
legacy = []

[package]
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
description = "Utility to run a regtest electrs process, useful in integration testing environment"
documentation = "https://docs.rs/elecrtsd/"
edition = "2018"
license = "MIT"
name = "electrsd"
readme = "README.md"
repository = "https://github.com/RCasatta/electrsd"
version = "0.27.3"
[target."cfg(not(windows))".dependencies.nix]
version = "0.25.0"