# 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 = "paho-mqtt-zaack" version = "0.11.1" authors = ["Frank Pagliughi "] description = """ The Official Eclipse Paho MQTT Rust Client Library. This is a wrapper around the Paho C library. """ homepage = "https://github.com/eclipse/paho.mqtt.rust" readme = "README.md" keywords = [ "MQTT", "IoT", "Paho", "messaging", ] license = "EPL-1.0" repository = "https://github.com/eclipse/paho.mqtt.rust" [dependencies.async-channel] version = "1.6" [dependencies.crossbeam-channel] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.paho-mqtt-sys] version = "0.7" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.async-std] version = "1" [dev-dependencies.clap] version = "2.33" [dev-dependencies.ctrlc] version = "3.2" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.toml] version = "0.5" [features] build_bindgen = ["paho-mqtt-sys/build_bindgen"] bundled = ["paho-mqtt-sys/bundled"] default = [ "bundled", "ssl", ] ssl = ["paho-mqtt-sys/ssl"] vendored-ssl = ["paho-mqtt-sys/vendored-ssl"]