[package] name = "rpc" version = "0.1.0" authors = ["Ethcore "] build = "build.rs" [lib] [dependencies] log = "0.3" serde = "0.8" serde_json = "0.8" rustc-serialize = "0.3" tokio-core = "0.1.1" serde_macros = { version = "0.8.0", optional = true } jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc.git" } jsonrpc-http-server = { git = "https://github.com/ethcore/jsonrpc.git" } sync = { path = "../sync" } serialization = { path = "../serialization" } chain = { path = "../chain" } primitives = { path = "../primitives" } p2p = { path = "../p2p" } network = { path = "../network" } db = { path = "../db" } test-data = { path = "../test-data" } [build-dependencies] serde_codegen = { version = "0.8.0", optional = true } [features] default = ["serde_codegen"] nightly = ["serde_macros"]