peace_cmd 0.0.8

Command structure for the Peace framework.
Documentation
[dependencies.futures]
version = "0.3.27"

[dependencies.indicatif]
features = ["tokio"]
optional = true
version = "0.17.3"

[dependencies.peace_code_gen]
version = "0.0.8"

[dependencies.peace_core]
version = "0.0.8"

[dependencies.peace_resources]
version = "0.0.8"

[dependencies.peace_rt_model]
version = "0.0.8"

[dependencies.serde]
version = "1.0.155"

[features]
default = []
output_progress = ["dep:indicatif", "peace_core/output_progress", "peace_rt_model/output_progress"]

[lib]
doctest = false
test = false

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
categories = ["asynchronous", "config"]
description = "Command structure for the Peace framework."
documentation = "https://docs.rs/peace_cmd/"
edition = "2021"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_cmd"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.8"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["fs"]
version = "1.26.0"