[package]
name = "mingli-engine"
description = "Orchestration: a memoized shared context and a parallel fan-out over an injected registry. Knows the ports, never a leaf."
edition.workspace = true
version.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["orchestration", "divination", "parallel", "fanout"]
categories = ["algorithms", "concurrency"]
[dependencies]
mingli-contract = { workspace = true }
serde_json = { workspace = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rayon = "1"
[lints]
workspace = true