# 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 = "rust-async-tuyapi" version = "1.0.0" authors = [ "Rasmus Lövegren ", "Emil Sodergren ", ] description = "This package is a rust port of the exellent NodeJS implementation by codetheweb for the Tuya API, adapted for async usage" homepage = "https://github.com/FruitieX/rust-async-tuyapi" readme = "README.md" keywords = [ "tuya", "smarthome", "smartlife", ] license-file = "LICENSE" repository = "https://github.com/FruitieX/rust-async-tuyapi" [dependencies.aes] version = "0.8.2" [dependencies.atomic-counter] version = "1.0.1" [dependencies.base64] version = "0.21" [dependencies.block-modes] version = "0.9.1" [dependencies.cipher] version = "0.4.4" features = ["alloc"] [dependencies.ecb] version = "0.1.1" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12.1" [dependencies.inout] version = "0.1.3" features = [ "block-padding", "std", ] [dependencies.json] version = "0.12" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.md5] version = "0.7" [dependencies.nom] version = "7.1" [dependencies.num] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "io-util", "net", "time", "rt", "sync", ]