# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "actix-mqtt-client" version = "0.5.1" authors = ["Syndim "] description = "A MQTT client based on the actix framework" documentation = "https://docs.rs/actix-mqtt-client/" readme = "README.md" license = "MIT" repository = "https://github.com/Syndim/actix-mqtt-client" [dependencies.actix] version = "0.12" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.mqtt-protocol] version = "0.11" features = ["tokio"] [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1.6" features = [ "net", "io-util", "time", "sync", ] [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.tokio-stream] version = "0.1"