pureflow-engine 0.1.0

High-level workflow orchestration, run policies, and node registries for the Pureflow workflow engine
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "pureflow-engine"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level workflow orchestration, run policies, and node registries for the Pureflow workflow engine"
readme = false
license = "MIT"
repository = "https://github.com/bhougland18/pureflow"
resolver = "2"

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

[[example]]
name = "ai_call_orchestration"
path = "examples/ai_call_orchestration.rs"

[[example]]
name = "fanout_fanin"
path = "examples/fanout_fanin.rs"

[[example]]
name = "feedback_loop"
path = "examples/feedback_loop.rs"

[[example]]
name = "replay_branch_eval"
path = "examples/replay_branch_eval.rs"

[[example]]
name = "stream_join_window"
path = "examples/stream_join_window.rs"

[[example]]
name = "watcher_cancellation"
path = "examples/watcher_cancellation.rs"

[[bench]]
name = "backpressure_capacity"
path = "benches/backpressure_capacity.rs"
harness = false

[dependencies.futures]
version = "0.3.31"

[dependencies.pureflow-contract]
version = "0.1.0"

[dependencies.pureflow-core]
version = "0.1.0"

[dependencies.pureflow-runtime]
version = "0.1.0"

[dependencies.pureflow-types]
version = "0.1.0"

[dependencies.pureflow-workflow]
version = "0.1.0"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.pureflow-test-kit]
version = "0.1.0"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"