# 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-format" version = "0.4.0" description = "A pure Rust MQTT packet parser and serializer" readme = "README.md" keywords = [ "mqtt", "cloud", ] categories = [ "embedded", "parsing", ] license = "MPL-2.0" repository = "https://github.com/TheNeikos/cloudmqtt" [dependencies.futures] version = "0.3.25" [dependencies.nom] version = "7.1.3" [dependencies.nom-supreme] version = "0.8.0" [dependencies.thiserror] version = "1.0.38" [dependencies.yoke] version = "0.6.1" features = ["derive"] optional = true [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tokio] version = "1.24.2" features = [ "test-util", "macros", ] [features] yoke = ["dep:yoke"]