mecha10-runtime 0.1.0

Runtime supervisor for Mecha10 nodes - launching, monitoring, and lifecycle management
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tokio]
features = ["full", "full"]
version = "1.42"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter", "json"]
version = "0.3"

[dev-dependencies]

[lib]
name = "mecha10_runtime"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "embedded"]
description = "Runtime supervisor for Mecha10 nodes - launching, monitoring, and lifecycle management"
edition = "2021"
keywords = ["robotics", "runtime", "supervisor", "mecha10"]
license = "MIT"
name = "mecha10-runtime"
readme = "README.md"
repository = "https://github.com/mecha10/mecha10"
version = "0.1.0"

[[test]]
name = "health_tests"
path = "tests/health_tests.rs"

[[test]]
name = "launcher_tests"
path = "tests/launcher_tests.rs"

[[test]]
name = "lifecycle_tests"
path = "tests/lifecycle_tests.rs"

[[test]]
name = "logging_tests"
path = "tests/logging_tests.rs"

[[test]]
name = "runtime_tests"
path = "tests/runtime_tests.rs"

[[test]]
name = "shutdown_tests"
path = "tests/shutdown_tests.rs"

[[test]]
name = "supervisor_tests"
path = "tests/supervisor_tests.rs"