peace_flow_rt 0.0.15

Flow runtime types for the peace automation framework.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.indexmap]
optional = true
version = "2.9.0"

[dependencies.peace_cfg]
version = "0.0.15"

[dependencies.peace_data]
version = "0.0.15"

[dependencies.peace_flow_model]
version = "0.0.15"

[dependencies.peace_item_interaction_model]
optional = true
version = "0.0.15"

[dependencies.peace_item_model]
optional = true
version = "0.0.15"

[dependencies.peace_params]
optional = true
version = "0.0.15"

[dependencies.peace_resource_rt]
version = "0.0.15"

[dependencies.peace_rt_model]
version = "0.0.15"

[features]
default = []
item_interactions = ["dep:indexmap", "dep:peace_item_interaction_model", "dep:peace_item_model", "dep:peace_params", "peace_cfg/item_interactions", "peace_item_interaction_model/item_locations_and_interactions", "peace_rt_model/item_interactions"]
item_state_example = ["dep:peace_params", "peace_cfg/item_state_example", "peace_data/item_state_example", "peace_params/item_state_example", "peace_rt_model/item_state_example"]
output_progress = ["peace_cfg/output_progress"]

[lib]
doctest = true
name = "peace_flow_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 = "Flow runtime types for the peace automation framework."
documentation = "https://docs.rs/peace_flow_rt/"
edition = "2021"
homepage = "https://peace.mk"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_flow_rt"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.15"