core-rpc 0.14.0

RPC client library for the Bitcoin Core JSON-RPC API.
Documentation
[dependencies.core-rpc-json]
version = "0.14.0"

[dependencies.jsonrpc]
version = "0.12.0"

[dependencies.log]
version = "0.4.5"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

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

[package]
authors = ["Steven Roose <steven@stevenroose.org>", "Jean Pierre Dudey <jeandudey@hotmail.com>", "Dawid Ciężarkiewicz <dpc@dpc.pw>", "Riccardo Casatta <riccardo@casatta.it>"]
description = "RPC client library for the Bitcoin Core JSON-RPC API."
homepage = "https://github.com/RCasatta/rust-bitcoincore-rpc/"
keywords = ["crypto", "bitcoin", "bitcoin-core", "rpc"]
license = "CC0-1.0"
name = "core-rpc"
readme = "README.md"
repository = "https://github.com/RCasatta/rust-bitcoincore-rpc/"
version = "0.14.0"