# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dager" version = "0.1.1" authors = ["Tendsin Mende "] description = "Crate to create and execute a graph of nodes." documentation = "https://docs.rs/dager" readme = "README.md" keywords = ["execution", "graph", "multi-thread", "parallel"] categories = ["concurrency"] license = "MPL-2.0" repository = "https://gitlab.com/tendsinmende/dager" [dependencies.crossbeam-channel] version = "0.4" [dependencies.log] version = "0.4.11" [dependencies.num_cpus] version = "1.13.0"