# 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 = "mainline-dht" version = "0.2.0" description = "An implementation of the BitTorrent Mainline DHT" license = "CC0-1.0" resolver = "2" [dependencies.async-std] version = "1.10.0" [dependencies.async-stream] version = "0.3.2" [dependencies.futures] version = "0.3.17" features = ["unstable", "alloc", "bilock"] [dependencies.hex] version = "0.4.3" [dependencies.pin-project] version = "1.0.8" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_bencode] version = "0.2.3" [dependencies.serde_bytes] version = "0.11.5" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.hex-literal] version = "0.3.3" [dev-dependencies.lazy_static] version = "1.4.0"