rmqtt-http-api 0.16.1

This plugin provides HTTP APIs for integration with external systems, enabling operations like querying client information and publishing messages.
Documentation
[dependencies.anyhow]
version = "1.0.99"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1.3"

[dependencies.bytes]
version = "1.10"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.prometheus]
version = "0.13"

[dependencies.rmqtt]
features = ["plugin", "metrics", "stats", "grpc", "shared-subscription"]
version = "0.16.1"

[dependencies.salvo]
features = ["affix-state"]
version = "0.76"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.socket2]
version = "0.5"

[dependencies.tokio]
default-features = false
features = ["sync"]
version = "1.44"

[lib]
name = "rmqtt_http_api"
path = "src/lib.rs"

[package]
authors = ["rmqtt <rmqttd@126.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This plugin provides HTTP APIs for integration with external systems, enabling operations like querying client information and publishing messages."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "rmqtt-http-api"
readme = false
repository = "https://github.com/rmqtt/rmqtt/tree/master/rmqtt-plugins/rmqtt-http-api"
rust-version = "1.85.0"
version = "0.16.1"