# 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" name = "mqtt-benchmark" version = "0.2.4" authors = ["chenquan "] description = "A simple MQTT (broker) benchmarking tool." homepage = "https://github.com/chenquan/mqtt-benchmark" readme = "README.md" keywords = [ "mqtt", "benchmark", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/chenquan/mqtt-benchmark" [dependencies.awaitgroup] version = "0.7.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.rumqttc] version = "0.24.0" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5.1"