[dependencies.futures]
version = "0.3"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.14"
[dependencies.serde]
features = ["derive"]
version = "1.0.154"
[dependencies.serde_json]
version = "1.0.94"
[dev-dependencies.mockito]
version = "1.1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.32.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.1"