# 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 = "librqbit-dht" version = "5.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DHT implementation, used in rqbit torrent client." documentation = "https://docs.rs/librqbit-dht" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ikatson/rqbit" [lib] name = "librqbit_dht" path = "src/lib.rs" [[example]] name = "dht" path = "examples/dht.rs" [dependencies.anyhow] version = "1" [dependencies.backoff] version = "0.4.0" [dependencies.bencode] version = "3" default-features = false package = "librqbit-bencode" [dependencies.bytes] version = "1.7.1" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clone_to_owned] version = "3" package = "librqbit-clone-to-owned" [dependencies.dashmap] version = "5.5.3" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.indexmap] version = "2" [dependencies.leaky-bucket] version = "1.1" [dependencies.librqbit-core] version = "4" default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "net", "sync", ] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dependencies.tokio-util] version = "0.7.10" [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3"