tokio-io-pool 0.1.6

Alternative tokio thread pool for executing short, I/O-heavy futures efficiently
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]
edition = "2018"
name = "tokio-io-pool"
version = "0.1.6"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
description = "Alternative tokio thread pool for executing short, I/O-heavy futures efficiently"
homepage = "https://github.com/jonhoo/tokio-io-pool"
readme = "README.md"
keywords = ["futures", "tokio", "threadpool", "io"]
categories = ["asynchronous", "concurrency", "network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jonhoo/tokio-io-pool.git"
[dependencies.futures]
version = "0.1"

[dependencies.num_cpus]
version = "1.8"

[dependencies.tokio]
version = "0.1"

[dependencies.tokio-executor]
version = "0.1.2"
[dev-dependencies.tokio-current-thread]
version = "0.1"
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "jonhoo/tokio-io-pool"