electrsd 0.37.0

Utility to run a regtest electrs process, useful in integration testing environment
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75.0"
name = "electrsd"
version = "0.37.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/download",
    "bitcoind/0_17_2",
]
bitcoind_0_18_1 = [
    "bitcoind/download",
    "bitcoind/0_18_1",
]
bitcoind_0_19_1 = [
    "bitcoind/download",
    "bitcoind/0_19_1",
]
bitcoind_0_20_2 = [
    "bitcoind/download",
    "bitcoind/0_20_2",
]
bitcoind_0_21_2 = [
    "bitcoind/download",
    "bitcoind/0_21_2",
]
bitcoind_22_1 = [
    "bitcoind/download",
    "bitcoind/22_1",
]
bitcoind_23_1 = [
    "bitcoind/download",
    "bitcoind/23_2",
]
bitcoind_24_2 = [
    "bitcoind/download",
    "bitcoind/24_2",
]
bitcoind_25_2 = [
    "bitcoind/download",
    "bitcoind/25_2",
]
bitcoind_26_2 = [
    "bitcoind/download",
    "bitcoind/26_2",
]
bitcoind_27_2 = [
    "bitcoind/download",
    "bitcoind/27_2",
]
bitcoind_28_2 = [
    "bitcoind/download",
    "bitcoind/28_2",
]
bitcoind_29_0 = [
    "bitcoind/download",
    "bitcoind/29_0",
]
bitcoind_30_2 = [
    "bitcoind/download",
    "bitcoind/30_2",
]
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.37.0"

[dependencies.corepc-client]
version = "0.12.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.4"
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"