# 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 = "rustybit-leechy-dht" version = "1.0.0" authors = ["h33333333"] description = "A partial (leechy) DHT implementation" keywords = ["DHT"] license = "Apache-2.0" repository = "https://github.com/h33333333/rustybit" resolver = "1" [dependencies.anyhow] version = "^1.0.8" [dependencies.governor] version = "^0.6.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bencode] version = "1.0.0" package = "rustybit-serde-bencode" [dependencies.serde_bytes] version = "0.11.15" [dependencies.tokio] version = "1" features = [ "net", "sync", "time", "macros", ] [dependencies.tracing] version = "0.1.40"