# 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] name = "mqtt-packets" version = "0.1.0" authors = ["Alex Pikalov "] description = "MQTT 3.1.1 packets" license = "MIT" repository = "https://github.com/telemq/telemq" [dependencies.bytes] version = "1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.0" [dependencies.regex] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [features] v_3_1_1 = []