bdk_bitcoind_client 0.1.0

A minimal `bitcoind` RPC client custom built for BDK
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 = "2024"
rust-version = "1.85.0"
name = "bdk_bitcoind_client"
version = "0.1.0"
authors = ["Bitcoin Dev Kit Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal `bitcoind` RPC client custom built for BDK"
homepage = "https://bitcoindevkit.org"
documentation = "https://docs.rs/bdk-bitcoind-client"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitcoindevkit/bdk-bitcoind-client"

[package.metadata.rbmt.toolchains]
stable = "1.94.1"
nightly = "nightly-2026-03-18"

[package.metadata.rbmt.test]

[package.metadata.rbmt.lint]
allowed_duplicates = ["base64"]

[features]
28_0 = []
29_0 = []
30_0 = []
default = ["30_0"]

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

[[test]]
name = "rpc_client"
path = "tests/rpc_client.rs"

[[test]]
name = "testenv"
path = "tests/testenv.rs"

[dependencies.corepc-types]
version = "0.12.0"
features = ["default"]

[dependencies.hex-conservative]
version = "0.2.1"

[dependencies.jsonrpc]
version = "0.19.0"
features = ["bitreq_http"]

[dev-dependencies.anyhow]
version = "1.0.66"

[dev-dependencies.bitcoind]
version = "0.37.0"
features = [
    "download",
    "29_0",
]

[dev-dependencies.filetime]
version = "0.2.8"

[dev-dependencies.log]
version = "0.4.14"

[dev-dependencies.tar]
version = "0.4.43"