[dependencies.anyhow]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.46"
[lib]
name = "dag_runner"
path = "src/lib.rs"
[package]
authors = ["RenovZ <cgsixv@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures"]
description = "A DAG runner with async support"
edition = "2024"
keywords = ["dag", "dag-runner", "async", "graph", "tokio"]
license = "MIT"
name = "dag-runner"
readme = "README.md"
repository = "https://github.com/RenovZ/dag-runner"
version = "0.1.0"