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]
|
2019-02-25 14:27:28 +01:00
|
|
|
ethereum-types = "0.4"
|
2016-09-20 12:19:07 +02:00
|
|
|
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-12-11 17:22:55 +01:00
|
|
|
parking_lot = "0.7"
|
2019-02-05 14:31:19 +01:00
|
|
|
jsonrpc-core = "10.0.1"
|
|
|
|
jsonrpc-ws-server = "10.0.1"
|
2018-12-28 10:33:49 +01:00
|
|
|
parity-rpc = { path = "../../rpc" }
|
2018-09-04 20:13:51 +02:00
|
|
|
keccak-hash = "0.1"
|