# 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 = "rumqttc-async-std" version = "0.5.0" authors = ["Frans-Willem Hardijzer"] description = "An efficient and robust mqtt client for your connected devices" keywords = ["mqtt", "iot", "coap", "http"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/Frans-Willem/rumqttc-async-std" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.async-channel] version = "1.5" [dependencies.async-io] version = "1.0" [dependencies.async-std] version = "1.6" [dependencies.async-tls] version = "0.11" [dependencies.async-tungstenite] version = "0.11.0" features = ["async-std-runtime", "async-tls"] optional = true [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.http] version = "^0.2" [dependencies.log] version = "0.4" [dependencies.mqttbytes] version = "0.2" [dependencies.pin-project] version = "1" [dependencies.pollster] version = "0.2" [dependencies.rustls] version = "0.19" [dependencies.thiserror] version = "1.0.21" [dependencies.webpki] version = "0.21" [dependencies.ws_stream_tungstenite] version = "0.4.0" optional = true [dev-dependencies.color-backtrace] version = "0.4" [dev-dependencies.crossbeam-channel] version = "0.5" [dev-dependencies.envy] version = "0.4" [dev-dependencies.jsonwebtoken] version = "7" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.rustls] version = "0.19" [dev-dependencies.rustls-native-certs] version = "0.5.0" [dev-dependencies.serde] version = "1" features = ["derive"] [features] websocket = ["async-tungstenite", "ws_stream_tungstenite"]