# 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.2.0-alpha.4" authors = ["Jon Gjengset "] 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-core-preview] version = "=0.3.0-alpha.19" [dependencies.num_cpus] version = "1.8" [dependencies.tokio] version = "=0.2.0-alpha.6" [dependencies.tokio-executor] version = "=0.2.0-alpha.6" [dev-dependencies.futures-preview] version = "=0.3.0-alpha.19" [dev-dependencies.futures-util-preview] version = "=0.3.0-alpha.19" [badges.maintenance] status = "deprecated" [badges.travis-ci] repository = "jonhoo/tokio-io-pool"