[package] name = "aura-std" edition.workspace = true version.workspace = true license.workspace = true publish.workspace = true [dependencies] aura-core = { path = "../aura-core" } # DST-correct wall-clock math for the `Session` node. A vetted # standard crate for timezone/DST — never hand-rolled (C16 per-case policy). # `chrono` is already a transitive workspace dep (0.4 via aura-ingest's # data-server); aligned to that major. `chrono-tz` brings the IANA `Europe/Berlin` # zone + DST transitions. chrono = { version = "0.4", default-features = false, features = ["clock"] } chrono-tz = { version = "0.10", default-features = false }