peace_rt_model_native 0.0.4

Runtime data types for the peace automation framework.
Documentation
[dependencies.console]
optional = true
version = "0.15.2"

[dependencies.futures]
version = "0.3.25"

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

[dependencies.peace_core]
version = "0.0.4"

[dependencies.peace_resources]
version = "0.0.4"

[dependencies.peace_rt_model_core]
version = "0.0.4"

[dependencies.serde]
version = "1.0.147"

[dependencies.serde_json]
optional = true
version = "1.0.88"

[dependencies.serde_yaml]
version = "0.9.14"

[dependencies.thiserror]
version = "1.0.37"

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

[dependencies.tokio-util]
features = ["io", "io-util"]
version = "0.7.4"

[features]
default = []
error_reporting = ["dep:miette", "peace_rt_model_core/error_reporting"]
output_colorized = ["dep:console"]
output_json = ["dep:serde_json", "peace_rt_model_core/output_json"]

[lib]
doctest = true
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_native/"
edition = "2021"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_rt_model_native"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.4"