summaryrefslogtreecommitdiffstats
path: root/crates/tests/mqtt_tests/Cargo.toml
blob: 16d995ee106b6ee7fe563287c8533cdfeec67309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mqtt_tests"
edition = "2021"
rust-version = "1.58.1"
version = "0.7.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
fastrand = "1.5"
futures = "0.3"
once_cell = "1.8"
rumqttc = "0.10"
rumqttd = "0.9"
rumqttlog = "0.9"
tokio = { version = "1.9", default_features = false, features = [] }