openethereum/ethcore/node_filter/Cargo.toml

22 lines
574 B
TOML
Raw Normal View History

2017-08-29 14:38:01 +02:00
[package]
description = "Parity smart network connections"
homepage = "http://parity.io"
license = "GPL-3.0"
name = "node-filter"
2017-10-12 23:44:02 +02:00
version = "1.9.0"
2017-08-29 14:38:01 +02:00
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ethcore = { path = ".."}
ethcore-bytes = { path = "../../util/bytes" }
2017-08-29 14:38:01 +02:00
ethcore-network = { path = "../../util/network" }
ethereum-types = "0.1"
2017-08-29 14:38:01 +02:00
native-contracts = { path = "../native_contracts" }
futures = "0.1"
log = "0.3"
parking_lot = "0.5"
[dev-dependencies]
kvdb-memorydb = { path = "../../util/kvdb-memorydb" }
ethcore-io = { path = "../../util/io" }