mqtt-topic-engine 0.1.0

High-performance MQTT topic pattern matching and routing engine
Documentation
# 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"
rust-version = "1.82.0"
name = "mqtt-topic-engine"
version = "0.1.0"
authors = ["Artem Holovskyi <artem.holovskyi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance MQTT topic pattern matching and routing engine"
readme = "README.md"
keywords = [
    "mqtt",
    "topic",
    "pattern",
    "matching",
    "routing",
]
categories = [
    "network-programming",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/holovskyi/mqtt-typed-client"

[package.metadata.docs.rs]
features = [
    "rumqttc",
    "ntex-mqtt",
]

[features]
default = [
    "router",
    "lru-cache",
]
lru-cache = ["dep:lru"]
ntex-mqtt = ["dep:ntex-mqtt"]
paho-mqtt = ["dep:paho-mqtt"]
router = []
rumqttc = ["dep:rumqttc"]

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

[dependencies.arcstr]
version = "1.2"

[dependencies.lru]
version = "0.15"
optional = true

[dependencies.ntex-mqtt]
version = "5"
optional = true
default-features = false

[dependencies.paho-mqtt]
version = "0.13"
optional = true
default-features = false

[dependencies.rumqttc]
version = "0.25.1"
optional = true
default-features = false

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"