1 Star 0 Fork 0

杨俊杰/mqtt-benchmark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZERO 提交于 2024-02-13 23:23 +08:00 . Revert "chore(deps): adjust the tokio (#3)" (#4)
[package]
name = "mqtt-benchmark"
version = "0.1.2"
edition = "2021"
authors = ["chenquan <chenquan.dev@gmail.com>"]
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]
paho-mqtt = "0.12"
time = "0.3.31"
tokio = { version = "1", features = ["full"] }
awaitgroup = "0.7.0"
clap = { version = "4", features = ["derive"] } # 命令行解析
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/langlearn/mqtt-benchmark.git
git@gitee.com:langlearn/mqtt-benchmark.git
langlearn
mqtt-benchmark
mqtt-benchmark
master

搜索帮助