core-rpc-json 0.17.0

JSON-enabled type structs for bitcoincore-rpc crate.
Documentation
[dependencies.bitcoin]
features = ["serde", "rand-std"]
version = "0.30.0"

[dependencies.bitcoin-private]
version = "0.1.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[lib]
name = "core_rpc_json"
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 = "JSON-enabled type structs for bitcoincore-rpc crate."
edition = "2018"
homepage = "https://github.com/RCasatta/rust-bitcoincore-rpc/"
keywords = ["crypto", "bitcoin", "bitcoin-core", "rpc"]
license = "CC0-1.0"
name = "core-rpc-json"
readme = "README.md"
repository = "https://github.com/RCasatta/rust-bitcoincore-rpc/"
version = "0.17.0"