[package] name = "sbctl" version = "0.0.1" edition = "2021" authors = ["Takatomo Ezo "] license = "MIT OR Apache-2.0" keywords = ["switchbot", "cli"] description = "CLI tool to control SwitchBot devices." homepage = "https://github.com/ezotaka/sbctl" repository = "https://github.com/ezotaka/sbctl.git" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] uuid = { version = "0.8", features = ["v4"] } chrono = "0.4" base64 = "0.13.0" serde_json = "1.0" hmac = "0.11.0" sha2 = "0.9.8" reqwest = "0.11" tokio = { version = "1", features = ["full"] }