mako-gpke 0.20.0

GPKE process engine for German electricity market communication (Lieferbeginn, Lieferende, Netznutzungsabrechnung)
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"
rust-version = "1.94.1"
name = "mako-gpke"
version = "0.20.0"
authors = ["hupe1980"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPKE process engine for German electricity market communication (Lieferbeginn, Lieferende, Netznutzungsabrechnung)"
homepage = "https://hupe1980.github.io/mako"
readme = "README.md"
keywords = [
    "gpke",
    "edifact",
    "energy",
    "mako",
    "bdew",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hupe1980/mako"
resolver = "2"

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

[[example]]
name = "gpke_supplier_change"
path = "examples/gpke_supplier_change.rs"

[[test]]
name = "answer_pid_conformance"
path = "tests/answer_pid_conformance.rs"

[[test]]
name = "bilateral_lieferbeginn"
path = "tests/bilateral_lieferbeginn.rs"

[[test]]
name = "cross_fv"
path = "tests/cross_fv.rs"

[[test]]
name = "deadline_wiring"
path = "tests/deadline_wiring.rs"

[[test]]
name = "konfiguration"
path = "tests/konfiguration.rs"

[[test]]
name = "lf_abmeldung"
path = "tests/lf_abmeldung.rs"

[[test]]
name = "lf_antwort_reaches_the_wire"
path = "tests/lf_antwort_reaches_the_wire.rs"

[[test]]
name = "nb_antwort_reaches_the_wire"
path = "tests/nb_antwort_reaches_the_wire.rs"

[[test]]
name = "sperrung"
path = "tests/sperrung.rs"

[[test]]
name = "stornierung"
path = "tests/stornierung.rs"

[[test]]
name = "wechselprozesse"
path = "tests/wechselprozesse.rs"

[dependencies.mako-engine]
version = "0.20"

[dependencies.mako-fristen]
version = "0.20"

[dependencies.mako-invoic]
version = "0.20"

[dependencies.rubo4e]
version = "0.14.0"
features = [
    "versioned",
    "identifiers",
    "decimal",
    "time",
    "validate",
    "json",
    "builder",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "std",
    "macros",
    "serde-well-known",
    "serde-human-readable",
    "parsing",
    "formatting",
]

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.edi-energy]
version = "0.20"
features = [
    "tracing",
    "utilmd",
    "aperak",
]

[dev-dependencies.mako-engine]
version = "0.20"
features = ["testing"]

[dev-dependencies.mako-pruefung]
version = "0.20"
features = ["role-lf"]
default-features = false

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.time]
version = "0.3"
features = [
    "std",
    "macros",
    "serde-well-known",
    "serde-human-readable",
    "parsing",
    "formatting",
]

[dev-dependencies.tokio]
version = "1"
features = ["full"]