switchbot-cli 0.1.12

A command-line tool for controlling SwitchBot devices using the SwitchBot API.
Documentation
[[bin]]
name = "switchbot"
path = "src/main.rs"

[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.100"

[dependencies.async-scoped]
features = ["use-tokio"]
version = "0.9.0"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5.51"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.28"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.switchbot-api]
version = "0.1.6"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.48.0"

[lib]
name = "switchbot_cli"
path = "src/lib.rs"

[package]
authors = ["Koji Ishii <kojiishi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command-line tool for controlling SwitchBot devices using the SwitchBot API."
documentation = "https://docs.rs/switchbot-cli/"
edition = "2024"
homepage = "https://github.com/kojiishi/switchbot-rs/tree/main/cli"
keywords = ["switchbot", "cli", "command", "command-line-tool"]
license = "Apache-2.0"
name = "switchbot-cli"
readme = "README.md"
repository = "https://github.com/kojiishi/switchbot-rs"
version = "0.1.12"