# 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_bencher" version = "0.9.0" authors = ["Joakim FrostegÄrd "] description = "Automated benchmarking of aquatic and other BitTorrent trackers (Linux only)" readme = "./README.md" keywords = [ "peer-to-peer", "torrent", "bittorrent", ] license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" [[bin]] name = "aquatic_bencher" [dependencies.anyhow] version = "1" [dependencies.aquatic_udp] version = "0.9.0" features = ["io-uring"] optional = true [dependencies.aquatic_udp_load_test] version = "0.9.0" optional = true [dependencies.clap] version = "4" features = ["derive"] [dependencies.humanize-bytes] version = "1" [dependencies.indexmap] version = "2" [dependencies.indoc] version = "2" [dependencies.itertools] version = "0.12" [dependencies.nonblock] version = "0.2" [dependencies.num-format] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.8" [dev-dependencies] [features] default = ["udp"] udp = [ "aquatic_udp", "aquatic_udp_load_test", ]