[package] description = "Parity LES primitives" homepage = "https://ethcore.io" license = "GPL-3.0" name = "ethcore-light" version = "1.5.0" authors = ["Ethcore "] [dependencies] log = "0.3" ethcore = { path = ".." } ethcore-util = { path = "../../util" } ethcore-network = { path = "../../util/network" } ethcore-io = { path = "../../util/io" } rlp = { path = "../../util/rlp" } time = "0.1"