[package] name = "mqtt-benchmark" version = "0.2.4" edition = "2021" authors = ["chenquan "] description = "A simple MQTT (broker) benchmarking tool." license = "Apache-2.0" repository = "https://github.com/chenquan/mqtt-benchmark" homepage = "https://github.com/chenquan/mqtt-benchmark" keywords = ["mqtt", "benchmark"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] time = "0.3.36" tokio = { version = "1", features = ["full"] } awaitgroup = "0.7.0" clap = { version = "4", features = ["derive"] } # 命令行解析 rumqttc = "0.24.0" url = "2.5.1"