eeg-billing 0.20.0

Pure EEG/KWKG feed-in settlement for German energy markets — EEG 2017–2024 and § 7 KWKG 2023. Zero I/O, no float money.
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 = "eeg-billing"
version = "0.20.0"
authors = ["hupe1980"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure EEG/KWKG feed-in settlement for German energy markets — EEG 2017–2024 and § 7 KWKG 2023. Zero I/O, no float money."
homepage = "https://hupe1980.github.io/mako"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/hupe1980/mako"
resolver = "2"

[features]
bo4e = ["dep:rubo4e"]
default = []
serde = [
    "dep:serde",
    "rust_decimal/serde",
]

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

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

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

[dependencies.billing]
version = "0.15.0"
features = ["serde"]

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

[dependencies.rust_decimal]
version = "1"
features = [
    "db-postgres",
    "macros",
    "serde-str",
]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]
optional = true

[dependencies.thiserror]
version = "2"

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

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

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