bitcoin_rpc_client 0.3.0

Rust client library for talking to Bitcoin Core nodes using JsonRPC.
Documentation
[package]
name = "bitcoin_rpc_client"
version = "0.3.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."
license = "MIT OR Apache-2.0"
repository = "https://github.com/coblox/bitcoinrpc_rust_client"
categories = ["api-bindings"]
keywords = ["bitcoin", "rpc", "client"]

[dependencies]
base64 = "0.9"
bitcoin = "0.14"
hex = "0.3"
jsonrpc_client = "0.2"
log = "0.4"
serde = "1"
serde_derive = "1"
serde_json = "1"

[dev-dependencies]
env_logger = "0.5"
testcontainers = "0.3"