govee-api 1.3.6

A blazingly fast thin wrapper around the public Govee API written in Rust
Documentation
[dependencies.futures]
version = "0.3.30"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.196"

[dependencies.serde_json]
version = "1.0.113"

[dev-dependencies.mockito]
version = "1.2.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.36.0"

[package]
authors = ["Maciej Gierada"]
categories = ["command-line-utilities"]
description = "A blazingly fast thin wrapper around the public Govee API written in Rust"
edition = "2021"
homepage = "https://github.com/mgierada/govee"
keywords = ["govee", "api", "wrapper", "client", "sdk"]
license = "MIT OR Apache-2.0"
name = "govee-api"
readme = "README.md"
repository = "https://github.com/mgierada/govee"
version = "1.3.6"