openethereum/rpc/Cargo.toml

22 lines
421 B
TOML
Raw Normal View History

2016-01-26 13:14:22 +01:00
[package]
description = "Ethcore jsonrpc"
name = "ethcore-rpc"
version = "0.9.1"
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]
2016-02-11 10:46:55 +01:00
serde = "0.6.13"
serde_macros = "0.6.13"
2016-01-26 13:14:22 +01:00
serde_json = "0.6.0"
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-11 10:46:55 +01:00
clippy = "0.0.41"
2016-02-03 17:30:02 +01:00
target_info = "0.1.0"
2016-01-26 13:14:22 +01:00