bitcoincore-rpc-json 0.5.0

JSON-enabled type structs for bitcoincore-rpc crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "bitcoincore-rpc-json"
version = "0.5.0"
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."
homepage = "https://github.com/rust-bitcoin/rust-bitcoincore-rpc/"
readme = "README.md"
keywords = ["crypto", "bitcoin", "bitcoin-core", "rpc"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoincore-rpc/"

[lib]
name = "bitcoincore_rpc_json"
path = "src/lib.rs"
[dependencies.bitcoin]
version = "0.18"
features = ["serde-decimal"]

[dependencies.bitcoin-amount]
version = "0.1.4"
features = ["serde"]

[dependencies.bitcoin_hashes]
version = "0.3"

[dependencies.hex]
version = "0.3"

[dependencies.num-bigint]
version = "0.2"
features = ["serde"]

[dependencies.secp256k1]
version = "0.12"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"