[package]
edition = "2024"
rust-version = "1.85.0"
name = "solaredge"
version = "0.9.1"
authors = ["Pro <twisted.fall@gmail.com>"]
build = false
exclude = [
"/.github",
"/tools",
".gitignore",
"release.toml",
"rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SolarEdge API client"
documentation = "https://docs.rs/solaredge"
readme = "README.md"
keywords = [
"solaredge",
"energy",
"solar",
"automation",
"home",
]
categories = [
"api-bindings",
"network-programming",
"asynchronous",
"hardware-support",
]
license = "LGPL-3.0"
repository = "https://github.com/twistedfall/solaredge"
[badges.maintenance]
status = "passively-maintained"
[lib]
name = "solaredge"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies.chrono]
version = "0.4"
features = ["alloc"]
default-features = false
[dependencies.http-adapter]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.percent-encoding]
version = "2"
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_repr]
version = "0.1"
[dependencies.serde_urlencoded]
version = "0.7"
[dependencies.serde_variant]
version = "0.1"
[dependencies.url]
version = "2"
default-features = false
[dev-dependencies.async-trait]
version = "0.1"
[dev-dependencies.env_logger]
version = "0.11"
[dev-dependencies.http-adapter-reqwest]
version = "0.4"
[dev-dependencies.tokio]
version = "1"
features = ["macros"]
default-features = false