[package]
edition = "2021"
rust-version = "1.75.0"
name = "electrsd"
version = "0.38.0"
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
build = "build.rs"
exclude = [
"tests",
"contrib",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility to run a regtest electrs process, useful in integration testing environment"
documentation = "https://docs.rs/elecrtsd/"
readme = "README.md"
categories = [
"cryptography::cryptocurrencies",
"development-tools::testing",
]
license = "MIT"
repository = "https://github.com/rust-bitcoin/corepc"
[features]
bitcoind_0_17_2 = ["bitcoind/0_17_2"]
bitcoind_0_18_1 = ["bitcoind/0_18_1"]
bitcoind_0_19_1 = ["bitcoind/0_19_1"]
bitcoind_0_20_2 = ["bitcoind/0_20_2"]
bitcoind_0_21_2 = ["bitcoind/0_21_2"]
bitcoind_22_1 = ["bitcoind/22_1"]
bitcoind_23_1 = ["bitcoind/23_2"]
bitcoind_24_2 = ["bitcoind/24_2"]
bitcoind_25_2 = ["bitcoind/25_2"]
bitcoind_26_2 = ["bitcoind/26_2"]
bitcoind_27_2 = ["bitcoind/27_2"]
bitcoind_28_2 = ["bitcoind/28_2"]
bitcoind_29_0 = ["bitcoind/29_0"]
bitcoind_30_2 = ["bitcoind/30_2"]
bitcoind_download = [
"bitcoind/download",
"download",
]
download = [
"bitcoin_hashes",
"zip",
"bitreq",
]
electrs_0_10_6 = ["download"]
electrs_0_8_10 = ["download"]
electrs_0_9_1 = ["download"]
electrs_0_9_11 = ["download"]
esplora_a33e97e1 = [
"download",
"legacy",
]
legacy = []
[lib]
name = "electrsd"
path = "src/lib.rs"
[dependencies.bitcoind]
version = "0.38.0"
[dependencies.corepc-client]
version = "0.13.0"
[dependencies.electrum-client]
version = "0.24.0"
default-features = false
[dependencies.log]
version = "0.4"
[dev-dependencies.env_logger]
version = "0.10"
[build-dependencies.bitcoin_hashes]
version = "0.14"
optional = true
[build-dependencies.bitreq]
version = "0.3.5"
features = ["https"]
optional = true
default-features = false
[build-dependencies.zip]
version = "0.6"
features = [
"bzip2",
"deflate",
]
optional = true
default-features = false
[target."cfg(not(windows))".dependencies.nix]
version = "0.25.0"