[package] name = "actix-threadpool" version = "0.3.3" authors = ["Nikolay Kim "] description = "Actix thread pool for sync code" keywords = ["actix", "network", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" documentation = "https://docs.rs/actix-threadpool/" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] edition = "2018" workspace = ".." [lib] name = "actix_threadpool" path = "src/lib.rs" [dependencies] tokio = { version = "1", features = ["parking_lot", "rt"] }