mosquitto-client-wrapper 0.2.3

Rust interface to the Mosquitto MQTT broker client. This is a fork of https://github.com/jsloth/mosquitto-client.
[build-dependencies.anyhow]
optional = true
version = "1.0"

[build-dependencies.bindgen]
optional = true
version = "0.50"

[build-dependencies.cmake]
optional = true
version = "0.1"

[features]
build_bindgen = ["bindgen"]
bundled = ["build_bindgen", "cmake", "anyhow"]
default = ["bundled"]

[package]
authors = ["Steve Donovan <steve.j.donovan@google.com>", "Fabrizio Lazzaretti <fabrizio@lazzaretti.me>"]
description = "    Rust interface to the Mosquitto MQTT broker client.\n    This is a fork of https://github.com/jsloth/mosquitto-client.\n"
documentation = "https://docs.rs/mosquitto-client-wrapper"
keywords = ["MQTT", "mosquitto", "client", "pubsub"]
license = "MIT"
name = "mosquitto-client-wrapper"
readme = "readme.md"
repository = "https://github.com/ce-rust/mosquitto-client-wrapper.git"
version = "0.2.3"