bitcoincore-rpc-json 0.19.0

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

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

[dependencies.serde_json]
version = "1"

[features]
default = ["rand"]
rand = ["bitcoin/rand-std"]

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