solar-api 0.1.6

Rust library for accessing the SolarEdge Monitoring API
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 = "2021"
name = "solar-api"
version = "0.1.6"
authors = ["Reinier Balt <lrbalt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for accessing the SolarEdge Monitoring API"
documentation = "https://docs.rs/solar-api"
readme = "README.md"
keywords = ["solaredge"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/lrbalt/solar-api"

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

[[example]]
name = "use_api"
path = "examples/use_api.rs"

[dependencies.chrono]
version = "0.4.42"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.28"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.uom]
version = "0.38.0"
features = [
    "f64",
    "si",
]
default-features = false