jobflow 0.3.0

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

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

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

[[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"

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

[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.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]
version = "0.12.3"
features = ["deadlock_detection"]

[dev-dependencies.static_assertions]
version = "1.1.0"

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

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