[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.daggy]
features = ["stable_dag"]
version = "0.8"
[dependencies.rayon]
version = "1"
[package]
authors = ["Kesavan Yogeswaran <hikes@google.com>"]
categories = ["algorithms", "data-structures"]
description = "Functions to execute work described by a dependency graph"
edition = "2021"
homepage = "https://github.com/kesyog/partopo"
keywords = ["topological_sort", "dependency_graph", "scheduling"]
license = "Apache-2.0"
name = "partopo"
readme = "README.md"
repository = "https://github.com/kesyog/partopo"
resolver = "2"
version = "0.1.0"