[badges.maintenance]
status = "actively-developed"
[[bin]]
name = "yeelight"
path = "src/bin/cli/main.rs"
[dependencies.itertools]
optional = true
version = "0.10.3"
[dependencies.log]
version = "0.4.17"
[dependencies.serde]
features = ["derive"]
version = "1.0.137"
[dependencies.serde_json]
version = "1.0.81"
[dependencies.serde_yaml]
version = "0.8.24"
[dependencies.structopt]
optional = true
version = "0.3.26"
[dependencies.tokio]
features = ["macros", "net", "fs", "sync", "rt", "io-util", "rt-multi-thread", "time"]
version = "1.19.2"
[dev-dependencies.env_logger]
version = "0.9.0"
[features]
cli = ["structopt", "discover"]
default = ["full"]
discover = []
from-str = ["itertools"]
full = ["from-str", "discover", "cli"]
[lib]
name = "yeelight"
path = "src/lib.rs"
[package]
authors = ["Leixb <abone9999@gmail.com>"]
categories = ["api-bindings", "command-line-interface"]
description = "Rust CLI and API bindings for yeelight WiFi Light Inter-Operation"
documentation = "https://docs.rs/yeelight"
edition = "2021"
keywords = ["yeelight", "iot", "api", "cli"]
license = "MIT"
name = "yeelight"
readme = "./README.md"
repository = "https://github.com/leixb/yeelight"
resolver = "2"
version = "0.4.1"