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