# 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 = "2018" name = "mqtt-v5-fork" version = "0.2.0" authors = [ "Brian Schwind ", "Nereuxofficial ", "mfloto ", ] description = "Rust types, encode/decode functions, and a tokio codec for MQTT V5. Fork for MCloudTT" readme = "README.md" license = "MIT" repository = "https://github.com/bschwind/mqtt-broker" [dependencies.base64] version = "0.21.0" optional = true [dependencies.bytes] version = "1" [dependencies.num_enum] version = "0.5.11" [dependencies.sha1] version = "0.6.1" optional = true [dependencies.tokio-util] version = "0.7" features = ["codec"] optional = true [dependencies.websocket-codec] version = "0.5" optional = true [features] codec = ["tokio-util"] default = [ "codec", "websocket", ] websocket = [ "codec", "websocket-codec", "sha1", "base64", ]