[package] name = "sbplug" version = "0.0.4" edition = "2021" authors = ["Takatomo Ezo "] license = "MIT OR Apache-2.0" keywords = ["switchbot", "cli"] description = "CLI tool to control SwitchBot Plug." homepage = "https://github.com/ezotaka/sbplug" repository = "https://github.com/ezotaka/sbplug.git" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json"] } serde = "1.0.164" serde_derive = "1.0.164" serde_json = "1.0" tokio = { version = "1", features = ["full"] } structopt = "0.3.21" anyhow = "1.0.71" [rust] min-version = "1.69.0"