# 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 = "librqbit-tracker-comms" version = "2.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common interface around various sha1 implementations used in rqbit torrent client." documentation = "https://docs.rs/librqbit-tracker-comms" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ikatson/rqbit" resolver = "2" [lib] name = "librqbit_tracker_comms" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.async-stream] version = "0.3.5" [dependencies.bencode] version = "3" default-features = false package = "librqbit-bencode" [dependencies.buffers] version = "4" package = "librqbit-buffers" [dependencies.byteorder] version = "1.5" [dependencies.futures] version = "0.3" [dependencies.librqbit-core] version = "4" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2" [dependencies.urlencoding] version = "2"