peace_cli 0.0.15

Command line interface for the peace automation framework.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.console]
version = "0.15.11"

[dependencies.futures]
version = "0.3.31"

[dependencies.miette]
optional = true
version = "7.5.0"

[dependencies.peace_cli_model]
version = "0.0.15"

[dependencies.peace_cmd_model]
optional = true
version = "0.0.15"

[dependencies.peace_core]
version = "0.0.15"

[dependencies.peace_fmt]
version = "0.0.15"

[dependencies.peace_item_interaction_model]
optional = true
version = "0.0.15"

[dependencies.peace_item_model]
optional = true
version = "0.0.15"

[dependencies.peace_progress_model]
optional = true
version = "0.0.15"

[dependencies.peace_rt_model_core]
version = "0.0.15"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tokio]
features = ["fs", "io-std"]
version = "1.44"

[features]
default = []
error_reporting = ["dep:miette"]
output_in_memory = ["peace_rt_model_core/output_in_memory"]
output_progress = ["dep:peace_cmd_model", "dep:peace_item_interaction_model", "dep:peace_item_model", "dep:peace_progress_model", "peace_cmd_model/output_progress", "peace_item_interaction_model/output_progress", "peace_rt_model_core/output_progress"]

[lib]
doctest = true
name = "peace_cli"
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 = "Command line interface for the peace automation framework."
documentation = "https://docs.rs/peace_cli/"
edition = "2021"
homepage = "https://peace.mk"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_cli"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.15"

[target."cfg(unix)".dependencies.libc]
version = "0.2.172"

[target."cfg(unix)".dependencies.raw_tty]
version = "0.1.0"