# 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 = "2021" name = "pastry-dht" version = "0.1.7" authors = ["Alvaro Tedeschi"] description = "A Pastry DHT protocol implementation in Rust." readme = "README.md" license-file = "./LICENSE" [dependencies.env_logger] version = "0.10.0" [dependencies.futures-core] version = "0.3.29" [dependencies.log] version = "0.4.20" [dependencies.prost] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.serial_test] version = "2.0.0" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.28.0" features = [ "macros", "rt-multi-thread", "sync", "time", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tonic] version = "0.10.2" [build-dependencies.tonic-build] version = "0.10.2"