fedimint-bitcoind 0.6.1

Bitcoin Core connectivity used by Fedimint
Documentation
[package]
name = "fedimint-bitcoind"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
description = "Bitcoin Core connectivity used by Fedimint"
license = { workspace = true }
readme = { workspace = true }
repository = { workspace = true }

[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]

[features]
default = ["bitcoincore-rpc", "esplora-client"]

[lib]
name = "fedimint_bitcoind"
path = "src/lib.rs"

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
bitcoin = { workspace = true }
bitcoincore-rpc = { workspace = true, optional = true }
esplora-client = { workspace = true, optional = true }
fedimint-core = { workspace = true }
fedimint-logging = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
jaq-core = { workspace = true }
jaq-json = { workspace = true }
reqwest = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }