# Standalone downstream-consumer crate for the cycle-0009 fieldtest (run report). # # Like the cycle-0007/0008 fixtures, this is NOT a member of the aura workspace — # it path-depends on the engine crates exactly as a real research project (C16) # would, and is built via # `cargo run --manifest-path fieldtests/cycle-0009-run-metrics/Cargo.toml --bin ` # so HEAD source is always what runs. # Empty [workspace] table: marks this fixture crate as its OWN workspace root # (documented in docs/project-layout.md as the nested-project onboarding fix). [workspace] [package] name = "c0009-fieldtest" version = "0.0.0" edition = "2024" publish = false [dependencies] aura-core = { path = "../../crates/aura-core" } aura-engine = { path = "../../crates/aura-engine" } aura-std = { path = "../../crates/aura-std" } [[bin]] name = "c0009_1_run_to_report" path = "c0009_1_run_to_report.rs" [[bin]] name = "c0009_2_compare_two_runs" path = "c0009_2_compare_two_runs.rs" [[bin]] name = "c0009_3_degenerate_streams" path = "c0009_3_degenerate_streams.rs" [[bin]] name = "c0009_4_f64field_and_json" path = "c0009_4_f64field_and_json.rs"