[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 = [] }