swactor/crates/process-context/Cargo.toml
Zachery Aaron Shores-Chmielewski 3598b8a359 feat(contextual-process): replace job runner with execution contexts
Add actor-owned contextual process provisioning, descriptor bootstrap, scoped namespace operations, Python bindings, Myelin orchestration, and adversarial end-to-end coverage. Remove the superseded job runner, pipeline APIs, images, entrypoints, and specifications.
2026-08-28 02:09:26 +04:00

21 lines
470 B
TOML

[package]
name = "swactor-process-context"
version = "0.1.0"
edition = "2024"
license = "AGPL-3.0-only"
publish = false
[dependencies]
swactor = { path = "../..", features = ["serde"] }
swactor-process = { path = "../process" }
swactor-engine = { path = "../engine" }
data-plane = { path = "../data-plane" }
serde = { version = "1", features = ["derive"] }
telemetry = { path = "../telemetry" }
libc = "0.2"
[dev-dependencies]
proptest = "1"
[lints]
workspace = true