bitcoin_rpc_client 0.2.0

Rust client library for talking to Bitcoin Core nodes using JsonRPC.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "bitcoin_rpc_client"
version = "0.2.0"
authors = ["Thomas Eizinger <thomas@coblox.tech>", "Philipp Hoenisch <philipp@coblox.tech>", "Franck Royer <franck@coblox.tech>", "Lloyd Fournier <lloyd@coblox.tech>"]
description = "Rust client library for talking to Bitcoin Core nodes using JsonRPC."
keywords = ["bitcoin", "rpc", "client"]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coblox/bitcoinrpc_rust_client"
[dependencies.bitcoin]
version = "0.14.0"

[dependencies.hex]
version = "0.3.2"

[dependencies.jsonrpc_client]
version = "0.1.0"

[dependencies.log]
version = "0.4.3"

[dependencies.serde]
version = "1.0.66"

[dependencies.serde_derive]
version = "1.0.66"

[dependencies.serde_json]
version = "1.0.22"
[dev-dependencies.env_logger]
version = "0.5.10"

[dev-dependencies.tc_coblox_bitcoincore]
version = "0.2"

[dev-dependencies.testcontainers]
version = "0.2.0"