devp2p 0.3.1

Ethereum's devp2p protocol implementation in Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "devp2p"
version = "0.3.1"
authors = ["Wei Tang <hi@that.world>"]
description = "Ethereum's devp2p protocol implementation in Rust."
license = "Apache-2.0"
repository = "https://github.com/sorpaas/devp2p-rs"
[dependencies.etcommon-hexutil]
version = "0.2"

[dependencies.etcommon-block]
version = "0.3"

[dependencies.log]
version = "0.3"

[dependencies.rand]
version = "0.3.12"

[dependencies.tokio-io]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.rlpx]
version = "0.3"

[dependencies.secp256k1-plus]
version = "0.5"

[dependencies.etcommon-rlp]
version = "0.2"

[dependencies.tokio-core]
version = "0.1"

[dependencies.dpt]
version = "0.2"

[dependencies.etcommon-bigint]
version = "0.2"
[dev-dependencies.sha3]
version = "0.6"

[dev-dependencies.url]
version = "1.5.1"

[dev-dependencies.env_logger]
version = "0.3"