openethereum/rpc/Cargo.toml

22 lines
444 B
TOML
Raw Normal View History

2016-01-26 13:14:22 +01:00
[package]
description = "Ethcore jsonrpc"
name = "ethcore-rpc"
version = "0.9.99"
2016-01-26 13:14:22 +01:00
license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io"]
2016-01-26 13:14:22 +01:00
[lib]
[dependencies]
serde = "0.6.7"
2016-02-15 10:47:56 +01:00
serde_macros = "0.6.13"
2016-01-26 13:14:22 +01:00
serde_json = "0.6.0"
2016-02-15 10:47:56 +01:00
jsonrpc-core = "1.1.2"
jsonrpc-http-server = "1.1.2"
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-02-13 22:58:41 +01:00
clippy = "0.0.41"
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"