[package] name = "devp2p" version = "0.4.1" license = "Apache-2.0" authors = ["Wei Tang "] description = "Ethereum's devp2p protocol implementation in Rust." repository = "https://github.com/sorpaas/devp2p-rs" [dependencies] dpt = { version = "0.3", path = "./dpt" } rand = "0.4" rlpx = { version = "0.4", path = "./rlpx" } futures = "0.1" tokio-io = "0.1" tokio-core = "0.1" libsecp256k1 = "0.1" ethereum-bigint = "0.2" ethereum-rlp = "0.2" ethereum-block = "0.3" ethereum-hexutil = "0.2" log = "0.3" [dev-dependencies] env_logger = "0.3" url = "1.5.1" sha3 = "0.6" [workspace] members = [ "./dpt", "./rlpx", ]