[package] name = "rlpx" version = "0.4.1" license = "Apache-2.0" authors = ["Wei Tang "] description = "RLPx peer-to-peer protocol implementation in Rust." repository = "https://github.com/sorpaas/devp2p-rs" [dependencies] mio = "0.6" libsecp256k1 = "0.1" sha2 = "0.6" sha3 = "0.6" rand = "0.4" byteorder = "1" rust-crypto = "0.2" ethereum-bigint = "0.2" ethereum-hexutil = "0.2" ethereum-rlp = "0.2" bytes = "0.4" futures = "0.1" tokio-io = "0.1" tokio-core = "0.1" log = "0.3" [dev-dependencies] env_logger = "0.3"