[package] name = "aquatic_udp_load_test" version = "0.1.0" authors = ["Joakim FrostegÄrd "] edition = "2018" license = "Apache-2.0" [[bin]] name = "aquatic_udp_load_test" [dependencies] anyhow = "1" aquatic_udp_protocol = { path = "../aquatic_udp_protocol" } cli_helpers = { path = "../cli_helpers" } crossbeam-channel = "0.4" hashbrown = "0.7" mimalloc = { version = "0.1", default-features = false } mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] } parking_lot = "0.10" rand = { version = "0.7", features = ["small_rng"] } rand_distr = "0.2" serde = { version = "1", features = ["derive"] } socket2 = { version = "0.3", features = ["reuseport"] } [dev-dependencies] quickcheck = "0.9" quickcheck_macros = "0.9"