# 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 = "2021" rust-version = "1.63.0" name = "paho-mqtt-sys" version = "0.9.0" authors = ["Frank Pagliughi "] description = """ Low-level, unsafe Rust wrapper for the Paho MQTT C Client Library. This is part of the official Eclipse Paho Rust Client 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.openssl-sys] version = "0.9" optional = true [build-dependencies.bindgen] version = "0.64" optional = true [build-dependencies.cmake] version = "0.1.50" optional = true [features] build_bindgen = ["bindgen"] bundled = ["cmake"] default = [ "bundled", "ssl", ] ssl = ["openssl-sys"] vendored-ssl = [ "bundled", "ssl", "openssl-sys/vendored", ]