redispatch-xml 0.20.0

Redispatch 2.0 XML/XSD format parsing and validation for the German electricity grid (CIM/ENTSO-E-based, per BDEW specifications)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name         = "redispatch-xml"
version.workspace     = true
description  = "Redispatch 2.0 XML/XSD format parsing and validation for the German electricity grid (CIM/ENTSO-E-based, per BDEW specifications)"
authors.workspace     = true
edition.workspace     = true
license.workspace     = true
repository.workspace  = true
rust-version.workspace = true
keywords     = ["redispatch", "xml", "xsd", "energy", "bdew"]
categories   = ["encoding", "data-structures"]

[dependencies]
quick-xml   = { version = "0.41", features = ["serialize"] }
serde       = { workspace = true }
thiserror   = { workspace = true }
time        = { workspace = true }