# 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 = "2018" name = "homie-controller" version = "0.9.0" authors = [ "Andrew Walbran ", "David Laban ", ] description = "A library for creating controllers to talk to devices implementing the Homie convention for MQTT." readme = "README.md" keywords = [ "homie", "mqtt", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/alsuren/mijia-homie/" [dependencies.log] version = "0.4.20" [dependencies.rumqttc] version = "0.22.0" [dependencies.thiserror] version = "1.0.47" [dev-dependencies.flume] version = "0.10.14" [dev-dependencies.futures] version = "0.3.27" [dev-dependencies.homie-device] version = "0.9.0" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.rumqttd] version = "0.13.0" [dev-dependencies.rumqttlog] version = "0.9.0" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "rt", "rt-multi-thread", "time", ]