[package] name = "mqtt_actor" version = "1.0.1" edition = "2021" description = "An mqtt adapters (from port and adapters) to be used with actix actors." license = "MIT OR Apache-2.0" authors = ["Enrique Vicent "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix = { version = "0.12.0", default-features = true } rumqttc = "0.18.0" async-trait = "0.1.58" actix-rt = "2.2" # <-- Runtime for actix