[dependencies.cfg-if]
version = "1.0.0"
[dependencies.dyn-clone]
version = "1.0.11"
[dependencies.erased-serde]
version = "0.3.24"
[dependencies.fn_graph]
features = ["resman"]
version = "0.8.1"
[dependencies.futures]
version = "0.3.26"
[dependencies.indicatif]
features = ["tokio"]
version = "0.17.3"
[dependencies.miette]
optional = true
version = "5.5.0"
[dependencies.peace_cfg]
version = "0.0.7"
[dependencies.peace_data]
version = "0.0.7"
[dependencies.peace_fmt]
version = "0.0.7"
[dependencies.peace_resources]
version = "0.0.7"
[dependencies.peace_rt_model_core]
version = "0.0.7"
[dependencies.peace_rt_model_hack]
optional = true
version = "0.0.7"
[dependencies.serde]
version = "1.0.152"
[dependencies.serde_yaml]
version = "0.9.17"
[features]
default = []
error_reporting = ["dep:miette", "peace_rt_model_hack/error_reporting"]
output_colorized = ["peace_rt_model_native/output_colorized"]
output_in_memory = ["peace_rt_model_native/output_in_memory"]
output_json = ["peace_rt_model_hack/output_json"]
output_progress = ["peace_cfg/output_progress", "peace_rt_model_hack/output_progress"]
[lib]
doctest = false
test = false
[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
categories = ["asynchronous", "config"]
description = "Runtime data types for the peace automation framework."
documentation = "https://docs.rs/peace_rt_model/"
edition = "2021"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_rt_model"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.7"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.peace_rt_model_native]
version = "0.0.7"
[target."cfg(target_arch = \"wasm32\")".dependencies.peace_rt_model_web]
version = "0.0.7"