2016-01-26 13:14:22 +01:00
|
|
|
[package]
|
|
|
|
description = "Ethcore jsonrpc"
|
|
|
|
name = "ethcore-rpc"
|
2016-02-03 17:35:25 +01:00
|
|
|
version = "0.9.0"
|
2016-01-26 13:14:22 +01:00
|
|
|
license = "GPL-3.0"
|
2016-01-27 17:18:38 +01:00
|
|
|
authors = ["Ethcore <admin@ethcore.io"]
|
2016-01-26 13:14:22 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = "0.6.7"
|
|
|
|
serde_macros = "0.6.10"
|
|
|
|
serde_json = "0.6.0"
|
2016-01-27 14:25:12 +01:00
|
|
|
jsonrpc-core = "1.1"
|
|
|
|
jsonrpc-http-server = "1.1"
|
2016-01-26 13:14:22 +01:00
|
|
|
ethcore-util = { path = "../util" }
|
2016-02-01 12:08:43 +01:00
|
|
|
ethcore = { path = "../ethcore" }
|
|
|
|
ethsync = { path = "../sync" }
|
2016-01-27 17:08:59 +01:00
|
|
|
clippy = "0.0.37"
|
2016-02-03 17:30:02 +01:00
|
|
|
target_info = "0.1.0"
|
2016-02-08 10:58:08 +01:00
|
|
|
rustc-serialize = "0.3"
|