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