# 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_ws_load_test" version = "0.9.0" authors = ["Joakim FrostegÄrd "] description = "WebTorrent over TLS load tester" readme = "README.md" keywords = [ "webtorrent", "websocket", "benchmark", "torrent", "bittorrent", ] license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" [[bin]] name = "aquatic_ws_load_test" [dependencies.anyhow] version = "1" [dependencies.aquatic_common] version = "0.9.0" [dependencies.aquatic_toml_config] version = "0.9.0" [dependencies.aquatic_ws_protocol] version = "0.9.0" [dependencies.async-tungstenite] version = "0.25" [dependencies.futures] version = "0.3" [dependencies.futures-rustls] version = "0.26" [dependencies.glommio] version = "0.9" [dependencies.log] version = "0.4" [dependencies.mimalloc] version = "0.1" default-features = false [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.rand_distr] version = "0.4" [dependencies.rustls] version = "0.23" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tungstenite] version = "0.21" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1"