[package] name = "aura-measurement" edition.workspace = true version.workspace = true license.workspace = true publish.workspace = true # C28 rung 3 (measurement): descriptive statistics over market streams. # Seeded by #295 with the IC. Depends only inward: the scalar vocabulary # and the domain-free statistics foundation. [dependencies] aura-core = { path = "../aura-core" } aura-analysis = { path = "../aura-analysis" } # serde (de)serializes IcMetrics for the run registry (C18), mirroring the # R-vocabulary metric types (aura-backtest, aura-engine); the aligned pairs # ride #[serde(skip)] (in-memory null inputs only, never persisted). serde = { workspace = true }