[package] name = "holzleitner-infrastructure" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true [dependencies] holzleitner-domain.workspace = true holzleitner-application.workspace = true async-trait.workspace = true thiserror.workspace = true serde.workspace = true serde_json.workspace = true uuid.workspace = true chrono.workspace = true tokio.workspace = true tokio-util.workspace = true sqlx.workspace = true reqwest.workspace = true tiberius.workspace = true jsonwebtoken.workspace = true tracing.workspace = true # PDF-Report-Generierung (Lieferabschluss). printpdf nutzt eingebaute # Standard-Fonts (Helvetica, WinAnsi → deutsche Umlaute) → kein Font-Asset. # `image` dekodiert Unterschriften/Foto-Notizen zu Roh-RGB fürs Einbetten. printpdf = "0.7" image = "0.25"