# 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" name = "mqtt-bytes-v5" version = "0.1.3" description = "MQTT v5 serialization and deserialization" homepage = "https://github.com/alfredotg/mqtt-bytes-v5" readme = "README.md" keywords = [ "mqtt", "mqtt5", ] license = "Apache-2.0" repository = "https://github.com/alfredotg/mqtt-bytes-v5" resolver = "2" [[bench]] name = "benchmark" harness = false [dependencies.bytes] version = "1.5.0" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] binary_string = [] boxed_string = [] cow_string = [] default = []