# 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 = "taski" version = "0.0.5" authors = ["romnn "] exclude = [ "graphs/", "examples/", "src/tests/", ] description = "async task DAG execution" homepage = "https://github.com/romnn/taski" readme = "README.md" keywords = [ "async", "task", "scheduling", "dag", "execution", ] categories = [ "asynchronous", "concurrency", ] license-file = "LICENSE" repository = "https://github.com/romnn/taski" [package.metadata.cargo-feature-combinations] denylist = ["default"] [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0" [dependencies.futures] version = "0.3" [dependencies.layout-rs] version = "0.1" optional = true [dependencies.log] version = "0" [dependencies.palette] version = "0" optional = true [dependencies.petgraph] version = "0" features = [ "graphmap", "stable_graph", ] [dependencies.plotters] version = "0.3" optional = true [dependencies.rand] version = "0" optional = true [dependencies.rand_chacha] version = "0" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.color-eyre] version = "0" [dev-dependencies.env_logger] version = "0" [dev-dependencies.itertools] version = "0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [] render = [ "dep:rand", "dep:rand_chacha", "dep:plotters", "dep:palette", "dep:layout-rs", ]