requiem-threadpool 0.3.1

Actix thread pool for sync code
Documentation
[dependencies.derive_more]
version = "0.99.2"

[dependencies.futures-channel]
version = "0.3.1"

[dependencies.lazy_static]
version = "1.3"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.10"

[dependencies.parking_lot]
version = "0.10"

[dependencies.threadpool]
version = "1.7"

[lib]
name = "requiem_threadpool"
path = "src/lib.rs"

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "Actix thread pool for sync code"
documentation = "https://docs.rs/actix-threadpool/"
edition = "2018"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
homepage = "https://actix.rs"
keywords = ["actix", "network", "framework", "async", "futures"]
license = "MIT/Apache-2.0"
name = "requiem-threadpool"
repository = "https://github.com/actix/actix-net.git"
version = "0.3.1"