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