# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "kad" version = "0.6.1" authors = ["Ryan Kurte "] description = "A generic / futures based implementation of the Kademlia Distributed Hash Table (DHT)" keywords = ["kademlia", "dht", "distributed", "hash", "table"] license = "MIT / Apache-2.0" repository = "https://github.com/ryankurte/rust-kad" [dependencies.async-trait] version = "0.1.19" [dependencies.futures] version = "0.3.1" [dependencies.futures-timer] version = "0.1.1" [dependencies.humantime] version = "1.2.0" [dependencies.log] version = "0.4.6" features = ["max_level_debug"] [dependencies.num] version = "0.2.0" features = ["rand"] [dependencies.rand] version = "0.5.5" [dependencies.structopt] version = "0.3.7" [dependencies.strum] version = "0.21.0" [dependencies.strum_macros] version = "0.21.1" [dependencies.tracing] version = "0.1.10" [dev-dependencies.async-std] version = "1.7.0" features = ["attributes"] [dev-dependencies.rr-mux] version = "0.10.0" [dev-dependencies.simplelog] version = "0.8.0"