openethereum/ethcore/node_filter/Cargo.toml

24 lines
585 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.2"
2017-08-29 14:38:01 +02:00
log = "0.3"
parking_lot = "0.5"
ethabi = "5.1"
ethabi-derive = "5.0"
ethabi-contract = "5.0"
lru-cache = "0.1"
[dev-dependencies]
kvdb-memorydb = { path = "../../util/kvdb-memorydb" }
ethcore-io = { path = "../../util/io" }