dpt 0.3.1

Ethereum's Distributed Peer Table implementation in Rust.
Documentation
[package]
name = "dpt"
version = "0.3.1"
license = "Apache-2.0"
authors = ["Wei Tang <hi@that.world>"]
description = "Ethereum's Distributed Peer Table implementation in Rust."
repository = "https://github.com/sorpaas/devp2p-rs"

[dependencies]
libsecp256k1 = "0.1"
rand = "0.4"
sha3 = "0.6"
ethereum-bigint = "0.2"
ethereum-hexutil = "0.2"
ethereum-rlp = "0.2"
futures = "0.1"
tokio-io = "0.1"
tokio-core = "0.1"
tokio-timer-plus = "0.1"
time = "0.1"
log = "0.3"
url = "1.5.1"

[dev-dependencies]
env_logger = "0.3"