89ae0f0ea0
* Use jsonrpc crates on local path * Convert all RPC traits to use jsonrpc-derive * Use local jsonrpc at top level * Upgrade remaining jsonrpc dependencies * Checkout Cargo.lock to master HEAD * Use jsonrpc-* 10.0.1 from crates.io * Attribute after docs
21 lines
414 B
TOML
21 lines
414 B
TOML
[package]
|
|
authors = ["Parity <admin@parity.io>"]
|
|
description = "Parity Rpc Client"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "parity-rpc-client"
|
|
version = "1.4.0"
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
log = "0.4"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
url = "1.2.0"
|
|
matches = "0.1"
|
|
parking_lot = "0.7"
|
|
jsonrpc-core = "10.0.1"
|
|
jsonrpc-ws-server = "10.0.1"
|
|
parity-rpc = { path = "../../rpc" }
|
|
keccak-hash = "0.1"
|