# 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 = "cute_lights" version = "0.3.0" exclude = [ "cspell.json", ".vscode", ] description = "A Rust library for controlling Smart Lights" homepage = "https://github.com/bedsteler20/cute-lights-sdk" readme = "README.md" license = " GPL-3.0-or-later" repository = "https://github.com/bedsteler20/cute-lights-sdk" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.81" [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1.5.0" [dependencies.colors-transform] version = "0.2.11" [dependencies.openrgb] version = "0.1.2" [dependencies.reqwest] version = "0.12.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.toml] version = "0.8.14"