# 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] name = "mosquitto-client-wrapper" version = "0.3.1" authors = ["Steve Donovan ", "Fabrizio Lazzaretti "] 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" readme = "readme.md" keywords = ["MQTT", "mosquitto", "client", "pubsub"] license = "MIT" repository = "https://github.com/ce-rust/mosquitto-client-wrapper.git" [build-dependencies.anyhow] version = "1.0" optional = true [build-dependencies.bindgen] version = "0.50" optional = true [build-dependencies.cmake] version = "0.1" optional = true [features] build_bindgen = ["bindgen"] bundled = ["build_bindgen", "cmake", "anyhow"] default = ["bundled"]