peace_resource_rt 0.0.15

Runtime resources for the peace automation framework.
Documentation
[dependencies.peace_core]
version = "0.0.15"

[dependencies.peace_data]
version = "0.0.15"

[dependencies.peace_flow_model]
version = "0.0.15"

[dependencies.peace_fmt]
version = "0.0.15"

[dependencies.peace_item_model]
version = "0.0.15"

[dependencies.peace_profile_model]
version = "0.0.15"

[dependencies.resman]
features = ["debug"]
version = "0.19.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.tokio]
features = ["sync"]
version = "1.44"

[dependencies.type_reg]
features = ["debug", "untagged", "ordered"]
version = "0.9.0"

[lib]
doctest = true
name = "peace_resource_rt"
path = "src/lib.rs"
test = false

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "config"]
description = "Runtime resources for the peace automation framework."
documentation = "https://docs.rs/peace_resource_rt/"
edition = "2021"
homepage = "https://peace.mk"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_resource_rt"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.15"