2026-08-17 22:51:08 +00:00
|
|
|
[package]
|
2026-08-27 22:09:26 +00:00
|
|
|
name = "swactor-process-context"
|
2026-08-17 22:51:08 +00:00
|
|
|
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" }
|
2026-08-27 22:09:26 +00:00
|
|
|
data-plane = { path = "../data-plane" }
|
2026-08-17 22:51:08 +00:00
|
|
|
serde = { version = "1", features = ["derive"] }
|
2026-08-27 22:09:26 +00:00
|
|
|
telemetry = { path = "../telemetry" }
|
|
|
|
|
libc = "0.2"
|
2026-08-17 22:51:08 +00:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2026-08-27 22:09:26 +00:00
|
|
|
proptest = "1"
|
2026-08-22 17:16:56 +00:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|