[dependencies.async-trait]
version = "0.1.88"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.fn_graph]
features = ["async", "graph_info", "interruptible", "resman"]
version = "0.18.0"
[dependencies.futures]
version = "0.3.31"
[dependencies.indexmap]
version = "2.9.0"
[dependencies.interruptible]
version = "0.2.4"
[dependencies.miette]
optional = true
version = "7.5.0"
[dependencies.peace_cfg]
version = "0.0.15"
[dependencies.peace_cmd_ctx]
version = "0.0.15"
[dependencies.peace_cmd_model]
version = "0.0.15"
[dependencies.peace_flow_rt]
version = "0.0.15"
[dependencies.peace_item_model]
version = "0.0.15"
[dependencies.peace_progress_model]
optional = true
version = "0.0.15"
[dependencies.peace_resource_rt]
version = "0.0.15"
[dependencies.peace_rt_model]
version = "0.0.15"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["sync"]
version = "1.44"
[dependencies.tynm]
version = "0.2.0"
[features]
default = []
error_reporting = ["dep:miette"]
output_progress = ["dep:peace_progress_model", "peace_cfg/output_progress", "peace_cmd_ctx/output_progress", "peace_cmd_model/output_progress", "peace_flow_rt/output_progress", "peace_rt_model/output_progress"]
[lib]
doctest = false
name = "peace_cmd_rt"
path = "src/lib.rs"
test = false
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "config"]
description = "Runtime types for commands for the Peace framework."
documentation = "https://docs.rs/peace_cmd_rt/"
edition = "2021"
homepage = "https://peace.mk"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_cmd_rt"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.15"