[dependencies.async-trait]
version = "0.1"
[dependencies.bitcoin]
default-features = false
features = []
version = "0.32.2"
[dependencies.hex]
default-features = false
features = ["alloc"]
version = "0.4"
[dependencies.jsonrpc-async]
version = "2.0"
[dependencies.log]
features = ["std"]
version = "0.4"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "^0.11.20"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.6"
[dependencies.txoo]
version = "0.9.0-rc.1"
[dependencies.url]
version = "2.3"
[dev-dependencies.env_logger]
version = "0.10"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.test-log]
version = "0.2"
[[example]]
name = "esplora_example"
[features]
debug = ["log_pretty_print"]
default = ["debug", "dummy-source"]
dummy-source = []
external-esplora-test = []
log_pretty_print = []
system-test = []
[lib]
name = "bitcoind_client"
path = "src/lib.rs"
[package]
authors = ["Devrandom <c1.devrandom@niftybox.net>", "Ken Sedgwick <ken@bonsai.com>"]
description = "A library for implementing a bitcoind RPC client."
edition = "2021"
homepage = "https://gitlab.com/lightning-signer/docs/"
license = "Apache-2.0"
name = "txoo-bitcoind-client"
readme = "README.md"
repository = "https://gitlab.com/lightning-signer/txoo"
rust-version = "1.60.0"
version = "0.9.0-rc.1"