# 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" rust-version = "1.64" name = "aquatic_http_protocol" version = "0.9.0" authors = ["Joakim FrostegÄrd "] description = "HTTP BitTorrent tracker protocol" readme = "./README.md" keywords = [ "http", "protocol", "peer-to-peer", "torrent", "bittorrent", ] license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" [lib] name = "aquatic_http_protocol" [[bench]] name = "bench_request_from_bytes" path = "benches/bench_request_from_bytes.rs" harness = false [[bench]] name = "bench_announce_response_to_bytes" path = "benches/bench_announce_response_to_bytes.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.compact_str] version = "0.7" features = ["serde"] [dependencies.hex] version = "0.4" default-features = false [dependencies.httparse] version = "1" [dependencies.itoa] version = "1" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_bencode] version = "0.2" [dependencies.urlencoding] version = "2" [dev-dependencies.bendy] version = "0.4.0-beta.2" features = [ "std", "serde", ] [dev-dependencies.criterion] version = "0.4" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1"