[[bin]]
name = "growatt"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.dotenv]
version = "0.15.0"
[dependencies.hex]
version = "0.4"
[dependencies.md-5]
version = "0.10"
[dependencies.reqwest]
features = ["json", "cookies"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.pretty_assertions]
version = "1.3"
[dev-dependencies.test-log]
version = "0.2"
[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1"
[lib]
name = "growatt"
path = "src/lib.rs"
[package]
authors = ["NakaSato <wit.chanthawat@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust client for the Growatt API"
edition = "2021"
keywords = ["api", "growatt", "solar", "energy", "inverter"]
license = "MIT"
name = "growatt"
readme = "README.md"
repository = "https://github.com/NakaSato/growatt-api-rust"
version = "0.1.0"