swactor/crates/job-runner/Cargo.toml
Zachery Aaron Shores-Chmielewski b95163823e feat(telemetry): add sequenced runtime dashboard signals
Rate-limit actor census and activity telemetry while preserving immediate lifecycle transitions. Route managed-process output into Fleet node tails, bound explorer retention, aggregate SWIM probes, and make sampler health transition-based. Restore stable explorer synchronization and refine Fleet bulk controls.
2026-08-24 01:28:38 +04:00

28 lines
586 B
TOML

[package]
name = "swactor-job-runner"
version = "0.1.0"
edition = "2024"
license = "AGPL-3.0-only"
publish = false
[lib]
name = "swactor_job_runner"
path = "src/lib.rs"
[dependencies]
swactor = { path = "../..", features = ["serde"] }
swactor-transport = { path = "../transport" }
swactor-process = { path = "../process" }
swactor-engine = { path = "../engine" }
telemetry = { path = "../telemetry" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tar = "0.4"
parking_lot = "0.12"
[dev-dependencies]
tokio.workspace = true
tempfile = "3"
[lints]
workspace = true