# 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 = "glow-control" version = "0.6.0" authors = ["Chris Gorski "] description = "A CLI for controlling programmable LED lights" documentation = "https://docs.rs/glow-control" readme = "README.md" keywords = [ "led", "control", "twinkly", ] categories = [ "hardware-support", "api-bindings", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cgorski/glow-control" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.glow-control-lib] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.38" features = ["full"]