[package] name = "aura-engine" edition.workspace = true version.workspace = true license.workspace = true publish.workspace = true [dependencies] aura-core = { path = "../aura-core" } # No external dependencies: aura-engine is an engine crate and stays # dependency-pure. The data-server ingestion edge lives in the aura-ingest crate # (the external-dependency firewall — cycle 0011, INDEX.md C16), never here. [dev-dependencies] aura-std = { path = "../aura-std" }