# 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-manager" version = "1.0.1" authors = ["Trevor R.H. Clarke "] description = "A library to manage MQTT connections in Rust. Based on rumqttc." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/tclarke/mqtt-manager" [dependencies.bytes] version = "1.6.0" [dependencies.rumqttc] version = "0.24.0" features = ["url"] [dependencies.tokio] version = "1.37.0" [dependencies.url] version = "2.5.0" [dev-dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "signal", ]