# 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 = "walle_mqtt_protocol" version = "0.1.14" authors = ["Walle_Lee"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "一个mqtt报文解析库" readme = "README.md" keywords = ["MQTT"] license = "Apache-2.0" repository = "https://github.com/Firoly-Li/walle_mqtt_protocol" [lib] name = "walle_mqtt_protocol" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.6.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40"