rmqtt-http-api 0.2.0

This plugin provides HTTP APIs for integration with external systems, enabling operations like querying client information and publishing messages.
[package]
name = "rmqtt-http-api"
version = "0.2.0"
description = "This plugin provides HTTP APIs for integration with external systems, enabling operations like querying client information and publishing messages."
repository = "https://github.com/rmqtt/rmqtt/tree/master/rmqtt-plugins/rmqtt-http-api"
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
license.workspace = true

[dependencies]
rmqtt = { workspace = true, features = ["plugin", "metrics", "stats", "grpc", "shared-subscription" ] }
tokio = { workspace = true, features = ["sync" ] }
serde = { workspace = true, features = ["derive"] }
salvo = { version = "0.76", features = ["affix-state"] }
async-trait.workspace = true
log.workspace = true
serde_json.workspace = true
anyhow.workspace = true
base64.workspace = true
bytes.workspace = true
futures.workspace = true
socket2.workspace = true
prometheus.workspace = true
bincode.workspace = true