dager 0.1.1

Crate to create and execute a graph of nodes.
Documentation
[package]
name = "dager"
version = "0.1.1"
authors = ["Tendsin Mende <tendsin@protonmail.com>"]
edition = "2018"
description = "Crate to create and execute a graph of nodes."
documentation = "https://docs.rs/dager"
readme = "README.md"
repository = "https://gitlab.com/tendsinmende/dager"
license = "MPL-2.0"
keywords = ["execution", "graph", "multi-thread", "parallel"]
categories = ["concurrency"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4.11"
crossbeam-channel = "0.4"
num_cpus = "1.13.0"