[package]
edition = "2024"
name = "pureflow-workflow"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workflow graph structure — nodes, edges, port directions, and structural validation for Pureflow"
readme = false
license = "MIT"
repository = "https://github.com/bhougland18/pureflow"
resolver = "2"
[lib]
name = "pureflow_workflow"
path = "src/lib.rs"
[dependencies.pureflow-types]
version = "0.1.0"
[dev-dependencies.proptest]
version = "1.6.0"
[dev-dependencies.quickcheck]
version = "1.1.0"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"