[package] name = "aura-analysis" edition.workspace = true version.workspace = true license.workspace = true publish.workspace = true [dependencies] # serde gives the selection-provenance types (`FamilySelection`/`SelectionMode`, # embedded by the engine's `RunManifest.selection`) their typed # (de)serialization path for the run registry (C18). Deterministic output # (C1-safe). The backtest metric types moved to aura-backtest (#291). serde = { workspace = true } [dev-dependencies] # serde_json is used only by the moved MetricStats round-trip test (#291 Task # 1); production JSON rendering lives at the engine/backtest boundary. serde_json = { workspace = true }