mqute-codec 0.4.1

A full-featured implementation of MQTT protocol serialization in Rust, supporting versions 3.1, 3.1.1 and 5.0.
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 = "2024"
name = "mqute-codec"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A full-featured implementation of MQTT protocol serialization in Rust, supporting versions 3.1, 3.1.1 and 5.0."
readme = "README.md"
keywords = [
    "iot",
    "mqtt",
    "messaging",
    "embedded",
]
categories = [
    "encoding",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/evgeniygem/mqute-codec"

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

[dependencies.bit_field]
version = "0.10.1"

[dependencies.bytes]
version = "1"

[dependencies.thiserror]
version = "2"

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