[dependencies.futures]
version = "0.3.24"
[dependencies.peace_cfg]
version = "0.0.3"
[dependencies.peace_resources]
version = "0.0.3"
[dependencies.peace_rt_model]
version = "0.0.3"
[dependencies.peace_rt_model_core]
version = "0.0.3"
[dependencies.serde_yaml]
version = "0.9.13"
[lib]
doctest = false
test = false
[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
categories = ["asynchronous", "config"]
description = "Runtime logic for the peace automation library."
documentation = "https://docs.rs/peace_rt/"
edition = "2021"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_rt"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["fs", "io-util"]
version = "1.21.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-util]
features = ["io", "io-util"]
version = "0.7.4"
[target."cfg(target_arch = \"wasm32\")".dependencies.peace_rt_model_web]
version = "0.0.3"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "0.2.83"
[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Storage", "Window"]
version = "0.3.60"