2016-09-20 12:19:07 +02:00
|
|
|
[package]
|
2017-06-09 12:21:35 +02:00
|
|
|
authors = ["Parity <admin@parity.io>"]
|
2016-09-20 12:19:07 +02:00
|
|
|
description = "Parity Rpc Client"
|
2017-03-22 07:02:14 +01:00
|
|
|
homepage = "http://parity.io"
|
2016-09-20 12:19:07 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "parity-rpc-client"
|
|
|
|
version = "1.4.0"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
futures = "0.1"
|
2016-10-17 14:59:41 +02:00
|
|
|
log = "0.3.6"
|
2016-09-20 12:19:07 +02:00
|
|
|
rand = "0.3.14"
|
2017-07-06 11:36:15 +02:00
|
|
|
serde = "1.0"
|
|
|
|
serde_json = "1.0"
|
2016-09-20 12:19:07 +02:00
|
|
|
tempdir = "0.3.5"
|
|
|
|
url = "1.2.0"
|
2017-05-24 12:24:07 +02:00
|
|
|
matches = "0.1"
|
2017-03-22 07:02:14 +01:00
|
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.7" }
|
2017-05-24 12:24:07 +02:00
|
|
|
jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.7" }
|
2017-04-13 16:32:07 +02:00
|
|
|
parity-rpc = { path = "../rpc" }
|
2016-10-17 16:42:57 +02:00
|
|
|
ethcore-util = { path = "../util" }
|