jobflow 0.2.0

Executes jobs in order
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.fortuples]
version = "0.9.1"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.petgraph]
version = "0.8.1"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

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

[dev-dependencies.indicatif]
version = "0.17.11"

[dev-dependencies.parking_lot]
features = ["deadlock_detection"]
version = "0.12.3"

[dev-dependencies.test-log]
features = ["trace"]
version = "0.2.17"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

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

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

[package]
authors = ["Joshua Radin <joshradin@github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "Executes jobs in order"
edition = "2024"
keywords = ["concurrency", "scheduling"]
license = "MIT OR Apache-2.0"
name = "jobflow"
readme = "README.md"
repository = "https://github.com/joshradin/jobflow"
rust-version = "1.86.0"
version = "0.2.0"

[[test]]
name = "gradle_like"
path = "tests/gradle_like.rs"

[[test]]
name = "test_empty_flow"
path = "tests/test_empty_flow.rs"

[[test]]
name = "test_gradle_like_default"
path = "tests/test_gradle_like_default.rs"

[[test]]
name = "test_gradle_like_graph"
path = "tests/test_gradle_like_graph.rs"

[[test]]
name = "test_gradle_like_stepping"
path = "tests/test_gradle_like_stepping.rs"

[[test]]
name = "test_number_flow"
path = "tests/test_number_flow.rs"