peace_flow_model 0.0.15

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

[dependencies.dot_ix]
default-features = false
version = "0.10.0"

[dependencies.fn_graph]
features = ["async", "graph_info", "interruptible", "resman", "graph_info"]
version = "0.18.0"

[dependencies.peace_core]
version = "0.0.15"

[dependencies.peace_item_model]
version = "0.0.15"

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

[dependencies.peace_static_check_macros]
version = "0.0.15"

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

[dependencies.tynm]
features = ["info", "serde"]
version = "0.2.0"

[features]
default = []
output_progress = ["dep:peace_progress_model"]

[lib]
name = "peace_flow_model"
path = "src/lib.rs"

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