[package]
edition = "2024"
rust-version = "1.88"
name = "redispatch-xml"
version = "0.3.0"
authors = ["hupe1980"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Redispatch 2.0 XML/XSD format parsing and validation for the German electricity grid (CIM/ENTSO-E-based, per BDEW specifications)"
readme = "README.md"
keywords = [
"redispatch",
"xml",
"xsd",
"energy",
"bdew",
]
categories = [
"encoding",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hupe1980/mako"
resolver = "2"
[lib]
name = "redispatch_xml"
path = "src/lib.rs"