grelsolar 0.0.0

Sync solar data from Solar-Log to Home Assistant.
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"
name = "grelsolar"
version = "0.0.0"
authors = ["Loïc Gremaud <loic.gremaud@grelinfo.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync solar data from Solar-Log to Home Assistant."
homepage = "https://github.com/grelinfo/grelsolar"
readme = "README.md"
license = "MIT"
repository = "https://github.com/grelinfo/grelsolar"

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

[[bin]]
name = "grelsolar"
path = "src/main.rs"

[dependencies.async-lock]
version = "3.4.0"

[dependencies.chrono]
version = "0.4.41"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.failsafe]
version = "1.3.0"

[dependencies.log]
version = "0.4.27"

[dependencies.reqwest]
version = "0.12.20"
features = ["cookies"]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.strum]
version = "0.27.1"

[dependencies.strum_macros]
version = "0.27.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.45.1"
features = ["full"]

[dependencies.tokio-retry]
version = "0.3.0"

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

[dev-dependencies.rstest]
version = "0.25.0"