bitcoind-client 2.0.0

Bitcoin Core RPC client library
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 = "bitcoind-client"
version = "2.0.0"
authors = ["ValuedMammal <valuedmammal@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bitcoin Core RPC client library"
documentation = "https://docs.rs/bitcoind-client"
readme = "README.md"
keywords = ["bitcoin"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/valuedmammal/rust-bitcoind-client"

[package.metadata.docs.rs]
features = ["simple-http"]

[features]
29_0 = []
30_0 = ["29_0"]
31_0 = ["30_0"]
default = ["31_0"]
simple-http = [
    "std",
    "jsonrpc/simple_http",
]
std = ["corepc-types/std"]

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

[[example]]
name = "client"
path = "examples/client.rs"

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

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

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

[dependencies.jsonrpc]
version = "0.20.1"
default-features = false

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

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

[dev-dependencies.bitcoind]
version = "0.41.0"
features = [
    "download",
    "latest",
]

[dev-dependencies.corepc-types]
version = "0.15.0"
features = ["serde-deny-unknown-fields"]
default-features = false