rmqtt-codec 0.2.2

MQTT protocol codec implementation with multi-version support and version negotiation
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-codec"
version = "0.2.2"
authors = ["rmqtt <rmqttd@126.com>"]
build = false
exclude = [
    ".gitignore",
    ".cargo/config",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MQTT protocol codec implementation with multi-version support and version negotiation"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rmqtt/rmqtt/tree/master/rmqtt-codec"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.bitflags]
version = "2.9.2"

[dependencies.bytes]
version = "1.10"
features = ["serde"]

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

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

[dependencies.log]
version = "0.4"

[dependencies.nonzero_ext]
version = "0.3"

[dependencies.rmqtt-utils]
version = "0.1"

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

[dependencies.thiserror]
version = "1.0.69"

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dev-dependencies.test-case]
version = "3.2"