[package] description = "Parity smart network connections" homepage = "http://parity.io" license = "GPL-3.0" name = "node-filter" version = "1.9.0" authors = ["Parity Technologies "] [dependencies] ethcore = { path = ".."} ethcore-bytes = { path = "../../util/bytes" } ethcore-network = { path = "../../util/network" } ethereum-types = "0.1" native-contracts = { path = "../native_contracts" } futures = "0.1" log = "0.3" parking_lot = "0.4" [dev-dependencies] kvdb-memorydb = { path = "../../util/kvdb-memorydb" } ethcore-io = { path = "../../util/io" }