[package] name = "aura-registry" edition.workspace = true version.workspace = true license.workspace = true publish.workspace = true [dependencies] # the run registry's typed read-path: serde_json parses stored RunReport records # back (admitted under the amended C16 per-case policy, INDEX.md). RunReport # derives serde in aura-engine. aura-engine = { path = "../aura-engine" } # the lineage record types (FamilyKind / FamilyRunRecord) derive serde; admitted # under the same per-case policy as serde_json (INDEX.md). serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } [dev-dependencies] # fixtures construct RunReport/RunManifest literals, whose window needs Timestamp aura-core = { path = "../aura-core" }