[package]
edition = "2024"
rust-version = "1.94"
name = "hems-flex"
version = "0.1.0"
authors = ["hupe1980"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Expressing a household's flexibility in S2 (EN 50491-12-2) — which control type each asset belongs to, the descriptions a Customer Energy Manager exchanges, and the translation of an S2 instruction back into a command"
readme = "README.md"
keywords = [
"energy",
"s2",
"flexibility",
"hems",
"en50491",
]
categories = [
"science",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hupe1980/hems"
[lib]
name = "hems_flex"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["std"]
default-features = false
[dependencies.hems-core]
version = "0.1"
[dependencies.hems-device]
version = "0.1"
[dependencies.s2energy]
version = "0.3"
default-features = false
[dependencies.thiserror]
version = "2"
[dependencies.time]
version = "0.3"
features = [
"std",
"macros",
"parsing",
"formatting",
"serde-well-known",
]
[dependencies.uuid]
version = "1"
features = ["v5"]
default-features = false
[dev-dependencies.time]
version = "0.3"
features = [
"std",
"macros",
"parsing",
"formatting",
"serde-well-known",
"macros",
]