rmqtt-utils 0.1.6

Essential utilities for RMQTT system operations.
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.89.0"
name = "rmqtt-utils"
version = "0.1.6"
authors = ["rmqtt <rmqttd@126.com>"]
build = false
exclude = [
    ".gitignore",
    ".cargo/config",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Essential utilities for RMQTT system operations."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rmqtt/rmqtt/tree/master/rmqtt-utils"

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.bytestring]
version = "1.4"
features = ["serde"]

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0"