# 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 = "aqara" version = "0.1.0" authors = ["lvillis"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Aqara SDK for Rust." homepage = "https://github.com/lvillis/aqara-sdk-rust" documentation = "https://github.com/lvillis/aqara-sdk-rust" readme = "README.md" keywords = [ "aqara", "sdk", "zigbee", "iot", "rust", ] categories = [ "api-bindings", "embedded", "hardware-support", "network-programming", ] license = "MIT" repository = "https://github.com/lvillis/aqara-sdk-rust" [lib] name = "aqara" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.9.0-alpha.2" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.69" features = ["raw_value"] default-features = false [dependencies.tracing] version = "0.1.40" [features] china = [] default = ["china"] europe = [] korea = [] russia = [] singapore = [] usa = []