# 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" rust-version = "1.80.0" name = "aqara-cli" version = "0.1.0" authors = ["lvillis"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tools for aqara." homepage = "https://github.com/lvillis/aqara-sdk-rust" documentation = "https://docs.rs/aqara-cli" readme = "README.md" keywords = [ "aqara", "cli", "zigbee", "iot", "rust", ] categories = [ "command-line-utilities", "command-line-interface", "network-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/lvillis/aqara-sdk-rust" [[bin]] name = "aqara" path = "src/main.rs" [dependencies.aqara] version = "0.1.0" features = ["china"] default-features = false [dependencies.clap] version = "4.5.16" features = [ "std", "debug", ] default-features = false