[package]
name = "tokio-io-pool"
version = "0.1.4"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
description = "Alternative tokio thread pool for I/O-heavy applications"
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"
[badges.travis-ci]
repository = "jonhoo/tokio-io-pool"