# 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 = "vortex-dht" version = "0.1.0" authors = ["Oskar Nehlin"] description = "An implementation of Bittorrents distributed hash table built on top of io-uring" homepage = "https://github.com/Nehliin/vortex" license = "BSD-3-Clause" repository = "https://github.com/Nehliin/vortex" [dependencies.ahash] version = "0.8" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" [dependencies.serde_bencoded] version = "0.3.1" [dependencies.serde_bytes] version = "0.11" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10.1" [dependencies.slotmap] version = "1.0.6" features = ["serde"] [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "serde", "local-offset", ] [dependencies.tokio] version = "1.26" features = [ "time", "sync", ] [dependencies.tokio-uring] version = "0.4.0" features = ["bytes"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.num-bigint] version = "0.4.3"