telemq_plugin_types 0.1.0

Common plugin types for TeleMQ MQTT broker
Documentation
[package]
name = "telemq_plugin_types"
version = "0.1.0"
edition = "2021"
description = "Common plugin types for TeleMQ MQTT broker"
license = "MIT/Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1"

mqtt-packets = { path = "../mqtt-packets", version = "0.1.0", features = ["v_3_1_1"] }

[features]
authenticator = []