f1e99ea2e4
* Porting json * Dapps * Rpc & Ethstore * New ethabi * Last bunch of fixes * Fixing last test * Removing build script * Adding ethcore-ipc-tests back * Fixing grumbles * Fixing blockchain tests (inference regression?)
22 lines
570 B
TOML
22 lines
570 B
TOML
[package]
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
|
description = "Parity Rpc Client"
|
|
homepage = "http://ethcore.io"
|
|
license = "GPL-3.0"
|
|
name = "parity-rpc-client"
|
|
version = "1.4.0"
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
log = "0.3.6"
|
|
rand = "0.3.14"
|
|
serde = "0.9"
|
|
serde_json = "0.9"
|
|
tempdir = "0.3.5"
|
|
url = "1.2.0"
|
|
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc.git" }
|
|
ws = { git = "https://github.com/ethcore/ws-rs.git", branch = "mio-upstream-stable" }
|
|
ethcore-rpc = { path = "../rpc" }
|
|
ethcore-signer = { path = "../signer" }
|
|
ethcore-util = { path = "../util" }
|