# 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 = "sage_mqtt" version = "0.5.0" authors = ["Kevin D'ORANGE "] description = "Manipulate MQTT 5.0 data types" readme = "README.md" keywords = ["mqtt"] categories = ["data-structures", "encoding"] license = "MIT" repository = "https://github.com/OragonEfreet/sage_mqtt" resolver = "2" [dependencies.tokio] version = "1.15.0" features = ["io-util"] [dependencies.unicode_reader] version = "1.0.0" [dev-dependencies.tokio] version = "1.15.0" features = ["macros", "rt", "io-util"]