executors 0.1.0

A collection of high-performance task executors.
Documentation
# 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]
name = "executors"
version = "0.1.0"
authors = ["Lars Kroll <lkroll@kth.se>"]
description = "A collection of high-performance task executors."
homepage = "https://github.com/Bathtor/rust-executors"
documentation = "https://docs.rs/executors"
readme = "../README.md"
keywords = ["executor", "concurrency", "thread"]
categories = ["concurrency", "asynchronous"]
license = "MIT"
repository = "https://github.com/Bathtor/rust-executors"
[dependencies.crossbeam-channel]
version = "0.1.1"

[dependencies.log]
version = "0.3"

[dependencies.synchronoise]
version = "0.4.0"
[dev-dependencies.env_logger]
version = "0.4"
[badges.maintenance]
status = "actively-developed"