# 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 = "2018" name = "rustydht-lib" version = "4.0.0" authors = ["raptorswing"] description = "A library for interacting with BitTorrent's mainline DHT." homepage = "https://github.com/raptorswing/rustydht-lib" keywords = ["bittorrent", "torrent", "dht", "kademlia", "mainline"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/raptorswing/rustydht-lib" [dependencies.anyhow] version = "1.0.52" [dependencies.crc] version = "1.8.1" [dependencies.dyn-clone] version = "1.0.4" [dependencies.futures] version = "0.3.19" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.14" [dependencies.lru] version = "0.7.2" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_bencode] version = "0.2.3" [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_derive] version = "1.0.133" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.15.0" features = ["rt-multi-thread", "net", "time", "macros", "sync"] [dev-dependencies.clap] version = "2.34.0" [dev-dependencies.rand_chacha] version = "0.3.0" [dev-dependencies.simple_logger] version = "1.16.0" features = ["colors"] default-features = false [dev-dependencies.tokio] version = "1.15.0" features = ["rt-multi-thread", "net", "time", "macros", "sync", "signal"] [dev-dependencies.warp] version = "0.3.2"