[package] name = "shesek-bitcoincore-rpc" version = "0.11.0" authors = [ "Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz " ] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoincore-rpc/" repository = "https://github.com/rust-bitcoin/rust-bitcoincore-rpc/" description = "a fork of rust-bitcoincore-rpc with some minor changes." keywords = [ "crypto", "bitcoin", "bitcoin-core", "rpc" ] readme = "README.md" [lib] name = "shesek_bitcoincore_rpc" path = "src/lib.rs" [dependencies] shesek-bitcoincore-rpc-json = { version = "0.11.0", path = "../json"} log = "0.4.5" jsonrpc = "0.11" # Used for deserialization of JSON. serde = "1" serde_json = "1"