topograph 0.4.0

A miniscule thread pool and toposort scheduler
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 = "2021"
name = "topograph"
version = "0.4.0"
authors = ["raykast <rookie1286@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A miniscule thread pool and toposort scheduler"
documentation = "https://docs.rs/topograph/"
readme = "README.md"
keywords = [
    "concurrency",
    "parallel",
    "thread",
    "scheduler",
    "scheduling",
]
categories = [
    "algorithms",
    "concurrency",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ray-kast/topograph"

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

[dependencies.crossbeam]
version = "0.8.1"

[dependencies.dispose]
version = "0.5.1"

[dependencies.futures-util]
version = "0.3.30"

[dependencies.log]
version = "0.4.14"

[dependencies.num_cpus]
version = "1.13.0"

[dependencies.parking_lot]
version = "0.11.2"

[dependencies.pin-project]
version = "1.1.5"

[dependencies.thiserror]
version = "1.0.30"

[dependencies.tokio]
version = "1.37.0"
features = ["rt"]
optional = true
default-features = false

[features]
tokio = ["dep:tokio"]