2016-03-19 23:27:50 +01:00
|
|
|
[package]
|
|
|
|
description = "Rpc test client."
|
|
|
|
name = "rpctest"
|
2017-01-10 15:41:59 +01:00
|
|
|
version = "1.6.0"
|
2016-03-19 23:27:50 +01:00
|
|
|
license = "GPL-3.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-03-19 23:27:50 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2016-05-06 12:58:37 +02:00
|
|
|
ctrlc = { git = "https://github.com/ethcore/rust-ctrlc.git" }
|
2016-03-19 23:27:50 +01:00
|
|
|
docopt = "0.6"
|
|
|
|
rustc-serialize = "0.3"
|
|
|
|
ethcore = { path = "../../ethcore" }
|
|
|
|
ethcore-devtools = { path = "../../devtools" }
|
|
|
|
ethcore-rpc = { path = ".." }
|
|
|
|
ethcore-util = { path = "../../util" }
|
|
|
|
ethjson = { path = "../../json" }
|
2017-01-11 20:02:27 +01:00
|
|
|
serde_json = "0.8"
|