[package] description = "Parity Light Client Implementation" homepage = "http://parity.io" license = "GPL-3.0" name = "ethcore-light" version = "1.7.0" authors = ["Parity Technologies "] build = "build.rs" [build-dependencies] "ethcore-ipc-codegen" = { path = "../../ipc/codegen", optional = true } [dependencies] log = "0.3" ethcore = { path = ".."} ethcore-util = { path = "../../util" } ethcore-network = { path = "../../util/network" } ethcore-io = { path = "../../util/io" } ethcore-ipc = { path = "../../ipc/rpc", optional = true } ethcore-devtools = { path = "../../devtools" } rlp = { path = "../../util/rlp" } time = "0.1" smallvec = "0.3.1" futures = "0.1" rand = "0.3" itertools = "0.5" stats = { path = "../../util/stats" } [features] default = [] ipc = ["ethcore-ipc", "ethcore-ipc-codegen"]