# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mqtt-async-client" version = "0.3.1" authors = ["Alex Helfet "] description = "An MQTT 3.1.1 client written in Rust, using async functions and tokio." readme = "README.md" license = "MIT" repository = "https://github.com/fluffysquirrels/mqtt-async-client-rs" [dependencies.bytes] version = "0.4.0" [dependencies.futures-core] version = "0.3.1" [dependencies.futures-util] version = "0.3.1" [dependencies.http] version = "0.2.4" optional = true [dependencies.log] version = "0.4.8" [dependencies.maplit] version = "1.0.2" [dependencies.mqttrs] version = "0.2.0" [dependencies.rustls] version = "0.19.0" optional = true [dependencies.tokio] version = "1.2.0" features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync", "time"] [dependencies.tokio-rustls] version = "0.22.0" optional = true [dependencies.tokio-tungstenite] version = "0.15" features = ["rustls-tls"] optional = true [dependencies.url] version = "2.2.2" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.structopt] version = "0.3.5" [dev-dependencies.webpki-roots] version = "0.18.0" [features] default = ["tls"] tls = ["rustls", "tokio-rustls"] unsafe-logging = [] websocket = ["tokio-tungstenite", "http"]