brk_rpc 0.3.2

A thin wrapper around Bitcoin Core's JSON-RPC
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"
name = "brk_rpc"
version = "0.3.2"
build = false
exclude = ["examples/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A thin wrapper around Bitcoin Core's JSON-RPC"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

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

[dependencies.bitcoin]
version = "0.32.100"
features = ["serde"]

[dependencies.brk_error]
version = "0.3.2"
features = [
    "corepc",
    "serde_json",
]

[dependencies.brk_logger]
version = "0.3.2"

[dependencies.brk_types]
version = "0.3.2"

[dependencies.corepc-jsonrpc]
version = "0.19.0"
features = ["simple_http"]
default-features = false
package = "jsonrpc"

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

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.150"
features = [
    "float_roundtrip",
    "preserve_order",
]

[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false