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"
|
2018-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2017-07-06 11:36:15 +02:00
|
|
|
serde = "1.0"
|
|
|
|
serde_json = "1.0"
|
2016-09-20 12:19:07 +02:00
|
|
|
url = "1.2.0"
|
2017-05-24 12:24:07 +02:00
|
|
|
matches = "0.1"
|
2018-07-03 17:31:08 +02:00
|
|
|
parking_lot = "0.6"
|
2018-10-22 09:40:50 +02:00
|
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-2.2" }
|
|
|
|
jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-2.2" }
|
2017-04-13 16:32:07 +02:00
|
|
|
parity-rpc = { path = "../rpc" }
|
2018-09-04 20:13:51 +02:00
|
|
|
keccak-hash = "0.1"
|