# 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 = "rust-tuya-mqtt" version = "0.8.8" authors = ["Emil Sodergren "] description = "This crate is a rust port of TheAgentK's implementation of tuya-mqtt in NodeJS" homepage = "https://github.com/EmilSodergren/rust-tuya-mqtt" readme = "README.md" keywords = [ "tuya", "smarthome", "smartlife", "mqtt", "openhab", ] license-file = "LICENSE" repository = "https://github.com/EmilSodergren/rust-tuya-mqtt" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.crossbeam-channel] version = "0.5" [dependencies.ctrlc] version = "3.4" features = ["termination"] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.retry] version = "1.3" default-features = false [dependencies.rumqttc] version = "0.13" [dependencies.rust-tuyapi] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0"