[dependencies.fn_graph]
features = ["resman"]
version = "0.5.4"
[dependencies.futures]
version = "0.3.24"
[dependencies.peace_cfg]
version = "0.0.3"
[dependencies.peace_data]
version = "0.0.3"
[dependencies.peace_resources]
version = "0.0.3"
[dependencies.peace_rt_model_core]
version = "0.0.3"
[dependencies.serde]
version = "1.0.145"
[dependencies.serde_yaml]
version = "0.9.13"
[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.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.peace_rt_model_native]
version = "0.0.3"
[target."cfg(target_arch = \"wasm32\")".dependencies.peace_rt_model_web]
version = "0.0.3"