summaryrefslogtreecommitdiffstats
path: root/crates/common/mqtt_channel/Cargo.toml
blob: c68811ec617718ae005326fa0800109e03e20ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "mqtt_channel"
version = "0.7.1"
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]
async-trait = "0.1"
futures = "0.3"
fastrand = "1.6"
rumqttc = "0.10"
thiserror = "1.0"
tokio = { version = "1.12", features = ["rt", "time"] }

[dev-dependencies]
anyhow = "1.0"
mqtt_tests = { path = "../../tests/mqtt_tests" }
serial_test = "0.6"