[package] name = "core-rpc" version = "0.17.0" authors = [ "Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz ", "Riccardo Casatta ", ] license = "CC0-1.0" homepage = "https://github.com/RCasatta/rust-bitcoincore-rpc/" repository = "https://github.com/RCasatta/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 = "core_rpc" path = "src/lib.rs" [dependencies] core-rpc-json = { version = "0.17.0", path = "../json" } log = "0.4.5" jsonrpc = "0.13.0" # Used for deserialization of JSON. serde = "1" serde_json = "1" bitcoin-private = "0.1.0"