# 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 = "dagrs" version = "0.2.0" authors = [ "Quanyi Ma ", "Zhilei Qiu ", ] description = "The DAG engine, named dagrs, is designed to execute multiple tasks with graph-like dependencies. It offers high performance and asynchronous execution, providing a convenient programming interface for Rust developers." readme = "README.md" keywords = [ "DAG", "task", "async", "parallel", "concurrent", ] license = "MIT OR Apache-2.0" repository = "https://github.com/open-rust-initiative/dagrs" [dependencies.anymap2] version = "0.13.0" [dependencies.bimap] version = "0.6.1" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.simplelog] version = "0.12" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.28" features = [ "rt", "sync", "rt-multi-thread", ] [dependencies.yaml-rust] version = "0.4.5"