2016-09-20 12:19:07 +02:00
|
|
|
[package]
|
2020-09-22 14:53:52 +02:00
|
|
|
description = "OpenEthereum RPC Client"
|
|
|
|
homepage = "https://github.com/openethereum/openethereum"
|
2016-09-20 12:19:07 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "parity-rpc-client"
|
|
|
|
version = "1.4.0"
|
2019-08-12 18:55:11 +02:00
|
|
|
authors = ["Parity <admin@parity.io>"]
|
2016-09-20 12:19:07 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2021-03-12 10:12:42 +01:00
|
|
|
ethereum-types = "0.9.2"
|
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-11-11 21:57:38 +01:00
|
|
|
url = "2"
|
2017-05-24 12:24:07 +02:00
|
|
|
matches = "0.1"
|
2019-11-11 21:57:38 +01:00
|
|
|
parking_lot = "0.9"
|
2020-09-21 11:36:28 +02:00
|
|
|
jsonrpc-core = "15.0.0"
|
|
|
|
jsonrpc-ws-server = "15.0.0"
|
2021-01-13 18:03:12 +01:00
|
|
|
parity-rpc = { path = "../../../rpc" }
|
2021-03-12 10:12:42 +01:00
|
|
|
keccak-hash = "0.5.0"
|