[package]
name = "satpoint-bitcoincore-rpc"
version = "0.17.2"
authors = [
"Steven Roose <steven@stevenroose.org>",
"Jean Pierre Dudey <jeandudey@hotmail.com>",
"Dawid Ciężarkiewicz <dpc@dpc.pw>",
]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoincore-rpc/"
repository = "https://github.com/rust-bitcoin/rust-bitcoincore-rpc/"
description = "RPC client library for the Bitcoin Core JSON-RPC API."
keywords = ["crypto", "bitcoin", "bitcoin-core", "rpc"]
readme = "README.md"
edition = "2018"
[lib]
name = "bitcoincore_rpc"
path = "src/lib.rs"
[dependencies]
satpoint-bitcoincore-rpc-json = { version = "0.17.1", path = "../json" }
log = "0.4.5"
satpoint-jsonrpc = { version = "0.16.1", features = ["minreq_http"]}
serde = "1"
serde_json = "1"
bitcoin-private = "0.1.0"