# 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" name = "mqtt-service" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crates provide a convenient support for the MQTT Response-Pattern. It uses the rumqttc library to connect to the MQTT broker." readme = "README.MD" keywords = [ "mqtt", "iot", "service", "response-pattern", "rpc", ] categories = ["network-programming"] license = "MIT" repository = "https://gitlab.com/cyloncore/mqtt-service" [lib] name = "mqtt_service" path = "src/lib.rs" [dependencies.async-broadcast] version = "0.7" [dependencies.bytes] version = "1.6" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.mqtt-channel] version = "0.2" [dependencies.rumqttc] version = "0.24" [dependencies.serde] version = "1" features = ["serde_derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.serde] version = "1" features = ["serde_derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] [features] default = [] json = [ "dep:serde_json", "dep:serde", ]