# 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 = "dpt" version = "0.3.1" authors = ["Wei Tang "] description = "Ethereum's Distributed Peer Table implementation in Rust." license = "Apache-2.0" repository = "https://github.com/sorpaas/devp2p-rs" [dependencies.rand] version = "0.4" [dependencies.libsecp256k1] version = "0.1" [dependencies.time] version = "0.1" [dependencies.log] version = "0.3" [dependencies.url] version = "1.5.1" [dependencies.ethereum-hexutil] version = "0.2" [dependencies.sha3] version = "0.6" [dependencies.ethereum-rlp] version = "0.2" [dependencies.tokio-io] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.tokio-core] version = "0.1" [dependencies.ethereum-bigint] version = "0.2" [dependencies.tokio-timer-plus] version = "0.1" [dev-dependencies.env_logger] version = "0.3"