# 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" name = "mqtt-codec-kit" version = "1.0.5" authors = [ "sunj ", "qinxin0720 ", "fiekers ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MQTT v3.1.1/v5.0 protocol async codec." readme = "README.md" keywords = [ "mqtt", "codec", "network", "async", ] categories = [ "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/mesquitte/mesquitte" [lib] name = "mqtt_codec_kit" path = "src/lib.rs" [dependencies.byteorder] version = "1.5" [dependencies.bytes] version = "1.8" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.41" optional = true [dependencies.tokio-util] version = "0.7" optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.41" features = [ "macros", "rt", ] [features] parse = ["tokio/io-util"] tokio-codec = [ "tokio-util/codec", "bytes", ] v4 = [] v5 = []