# 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 = "chord-dht" version = "0.1.0" authors = ["DCsunset"] description = "A DHT implementation in Rust based on Chord with high peformance and data replication." readme = "README.md" keywords = [ "chord", "dht", ] categories = [ "database-implementations", "command-line-utilities", ] license = "AGPL-3.0" repository = "https://github.com/DCsunset/chord-dht" resolver = "2" [[bin]] name = "chord-dht-server" path = "src/server-bin.rs" [[bin]] name = "chord-dht-client" path = "src/client-bin.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.inquire] version = "0.3.0-alpha.2" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.tarpc] version = "0.27" features = ["full"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "net", "rt-multi-thread", ]