cmdkit 0.3.0

Deterministic command execution runtime for structured command graphs with configurable execution topology.
Documentation
[package]
name = "cmdkit"
version = "0.3.0"
edition = "2024"
description = "Deterministic command execution runtime for structured command graphs with configurable execution topology."
license = "Apache-2.0"
repository = "https://github.com/JackLanger/CMDkit"
documentation = "https://docs.rs/cmdkit"
keywords = [
    "runtime",
    "dispatch",
    "string-based",
    "deterministic",
    "orchestration",
]
categories = ["asynchronous", "concurrency", "development-tools"]
readme = "README.md"

[[bin]]
name = "wrapper_probe"
path = "src/bin/wrapper_probe.rs"


[dependencies]
futures-channel = "0.3"

[dev-dependencies]
futures-executor = "0.3"