mako-markt 0.20.0

Market data library for German energy market (MaKo/marktd)
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-markt"
version = "0.20.0"
authors = ["hupe1980"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Market data library for German energy market (MaKo/marktd)"
homepage = "https://hupe1980.github.io/mako"
readme = "README.md"
keywords = [
    "energy",
    "mako",
    "bdew",
    "market-data",
    "bo4e",
]
categories = [
    "data-structures",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hupe1980/mako"
resolver = "2"

[features]
makod-client = ["dep:reqwest"]
marktd-client = ["dep:reqwest"]
testing = []

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

[[example]]
name = "01_bo4e_gate"
path = "examples/01_bo4e_gate.rs"

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

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

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

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

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "query",
]
optional = true
default-features = false

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

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

[dependencies.secrecy]
version = "0.10"

[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",
]

[dependencies.time-tz]
version = "2"
features = ["db"]

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
]

[dependencies.tracing]
version = "0.1"
features = [
    "log",
    "attributes",
]
default-features = false

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v5",
    "v7",
    "serde",
]

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

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