summaryrefslogtreecommitdiffstats
path: root/crates/tests/mqtt_tests/Cargo.toml
blob: ff0e505d136833b76c8418e385ba13fb6de4bca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mqtt_tests"
version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"

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

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