[dependencies.fn_graph]
features = ["resman"]
version = "0.5.4"
[dependencies.futures]
version = "0.3.25"
[dependencies.miette]
optional = true
version = "5.4.1"
[dependencies.peace_cfg]
version = "0.0.5"
[dependencies.peace_data]
version = "0.0.5"
[dependencies.peace_resources]
version = "0.0.5"
[dependencies.peace_rt_model_core]
version = "0.0.5"
[dependencies.peace_rt_model_hack]
optional = true
version = "0.0.5"
[dependencies.serde]
version = "1.0.147"
[dependencies.serde_yaml]
version = "0.9.14"
[features]
default = []
error_reporting = ["dep:miette", "dep:peace_rt_model_hack"]
output_colorized = ["peace_rt_model_native/output_colorized"]
output_json = ["peace_rt_model_native/output_json", "peace_rt_model_web/output_json"]
[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.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.peace_rt_model_native]
version = "0.0.5"
[target."cfg(target_arch = \"wasm32\")".dependencies.peace_rt_model_web]
version = "0.0.5"