[package] description = "Parity smart network connections" homepage = "http://parity.io" license = "GPL-3.0" name = "node-filter" version = "1.12.0" authors = ["Parity Technologies "] [dependencies] ethcore = { path = ".."} ethcore-network = { path = "../../util/network" } ethcore-network-devp2p = { path = "../../util/network-devp2p" } ethereum-types = "0.3" log = "0.4" parking_lot = "0.6" ethabi = "5.1" ethabi-derive = "5.0" ethabi-contract = "5.0" lru-cache = "0.1" [dev-dependencies] ethcore = { path = "..", features = ["test-helpers"] } kvdb-memorydb = { git = "https://github.com/paritytech/parity-common" } ethcore-io = { path = "../../util/io" } tempdir = "0.3"