[package] name = "ord-qtumcore-rpc" version = "0.17.1-qtum" authors = [ "Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz ", "The Qtum Developers" ] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoincore-rpc/" repository = "https://github.com/qtumproject/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" autotests = false [lib] name = "qtumcore_rpc" path = "src/lib.rs" [dependencies] ord-qtumcore-rpc-json = { version = "0.17.1-qtum", path = "../json" } log = "0.4.5" jsonrpc = "0.14.0" # Used for deserialization of JSON. serde = "1" serde_json = "1" qtum = {version = "0.30.0-qtum", features = ["serde", "rand-std"]} qtum-private = {version = "0.1.0-qtum"} qtum_hashes = {version = "0.12.0-qtum"}