[package] name = "mainline-dht" version = "0.2.0" edition = "2021" license = "CC0-1.0" description = "An implementation of the BitTorrent Mainline DHT" [dependencies] hex = "0.4.3" futures = { version = "0.3.17", features = ["unstable", "alloc", "bilock"] } thiserror = "1.0.30" rand = "0.8.4" pin-project = "1.0.8" serde = { version = "1.0.130", features = ["derive"] } serde_bencode = "0.2.3" serde_bytes = "0.11.5" async-stream = "0.3.2" async-std = "1.10.0" [dev-dependencies] hex-literal = "0.3.3" lazy_static = "1.4.0"