blob: 01713a230fe02d31e903e5244cb3f0ebd573e969 [file] [log] [blame]
[package]
name = "async-task"
version = "1.1.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
license = "Apache-2.0/MIT"
repository = "https://github.com/async-rs/async-task"
homepage = "https://github.com/async-rs/async-task"
documentation = "https://docs.rs/async-task"
description = "Task abstraction for building executors"
keywords = ["futures", "task", "executor", "spawn"]
categories = ["asynchronous", "concurrency"]
readme = "README.md"
[target.'cfg(unix)'.dependencies]
libc = "0.2.66"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.8", features = ["processthreadsapi"] }
[dev-dependencies]
crossbeam = "0.7.3"
crossbeam-utils = "0.7.0"
futures = "0.3.1"
lazy_static = "1.4.0"