# 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_udp_load_test" version = "0.9.0" authors = ["Joakim FrostegÄrd "] description = "BitTorrent (UDP) load tester" readme = "README.md" keywords = [ "udp", "benchmark", "peer-to-peer", "torrent", "bittorrent", ] license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" [lib] name = "aquatic_udp_load_test" [[bin]] name = "aquatic_udp_load_test" [dependencies.anyhow] version = "1" [dependencies.aquatic_common] version = "0.9.0" [dependencies.aquatic_toml_config] version = "0.9.0" [dependencies.aquatic_udp_protocol] version = "0.9.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.hdrhistogram] version = "7" [dependencies.mimalloc] version = "0.1" default-features = false [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.rand_distr] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.socket2] version = "0.5" features = ["all"] [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [features] cpu-pinning = ["aquatic_common/cpu-pinning"]