2016-09-20 12:19:07 +02:00
|
|
|
[package]
|
2019-06-25 08:15:13 +02:00
|
|
|
description = "Parity Ethereum 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"
|
2019-06-25 08:15:13 +02:00
|
|
|
authors = ["Parity <admin@parity.io>"]
|
2016-09-20 12:19:07 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2019-10-08 14:18:44 +02:00
|
|
|
ethereum-types = "0.8.0"
|
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"
|
2019-10-02 10:25:51 +02:00
|
|
|
url = "2.1.0"
|
2017-05-24 12:24:07 +02:00
|
|
|
matches = "0.1"
|
2020-02-07 17:23:45 +01:00
|
|
|
parking_lot = "0.10.0"
|
2019-10-26 11:26:04 +02:00
|
|
|
jsonrpc-core = "14.0.3"
|
|
|
|
jsonrpc-ws-server = "14.0.3"
|
2018-12-28 10:33:49 +01:00
|
|
|
parity-rpc = { path = "../../rpc" }
|
2019-10-08 14:18:44 +02:00
|
|
|
keccak-hash = "0.4.0"
|