foxess 1.1.0

Rust library for communication with FoxESS Cloud
Documentation
# 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 = "2024"
rust-version = "1.88.0"
name = "foxess"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for communication with FoxESS Cloud"
homepage = "https://github.com/gostonefire/foxess"
documentation = "https://docs.rs/foxess"
readme = "README.md"
keywords = [
    "foxess",
    "photovoltaic",
    "inverter",
    "battery",
    "home-automation",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
    "network-programming",
    "asynchronous",
]
license-file = "LICENSE"
repository = "https://github.com/gostonefire/foxess"

[package.metadata.docs.rs]
features = ["async"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
async = ["dep:reqwest"]
blocking = [
    "dep:reqwest",
    "reqwest/blocking",
]
default = ["async"]

[lib]
name = "foxess"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.md-5]
version = "0.10.6"

[dependencies.reqwest]
version = "0.13"
features = [
    "query",
    "form",
    "rustls",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.httpmock]
version = "0.8"

[dev-dependencies.tokio]
version = "1.49"
features = [
    "macros",
    "rt",
]