fedimint-bitcoind 0.2.1

Bitcoin Core connectivity used by Fedimint
Documentation
[dependencies.anyhow]
version = "1.0.66"

[dependencies.async-trait]
version = "0.1.73"

[dependencies.bitcoin]
version = "0.29.2"

[dependencies.bitcoin_hashes]
version = "0.11.0"

[dependencies.bitcoincore-rpc]
optional = true
version = "0.16.0"

[dependencies.electrum-client]
optional = true
version = "0.12.0"

[dependencies.esplora-client]
default-features = false
features = ["async", "async-https-rustls"]
optional = true
version = "0.5.0"

[dependencies.fedimint-core]
version = "0.2.1"

[dependencies.fedimint-logging]
version = "0.2.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0.149"

[dependencies.tracing]
version = "0.1.37"

[dependencies.url]
version = "2.3.1"

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

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

[package]
authors = ["The Fedimint Developers"]
description = "Bitcoin Core connectivity used by Fedimint"
edition = "2021"
license = "MIT"
name = "fedimint-bitcoind"
repository = "https://github.com/fedimint/fedimint"
version = "0.2.1"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]