async-task 1.3.1

Task abstraction for building executors
Documentation
[dev-dependencies.crossbeam]
version = "0.7.3"

[dev-dependencies.crossbeam-utils]
version = "0.7.0"

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

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.pin-utils]
version = "0.1.0-alpha.4"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["asynchronous", "concurrency", "no-std"]
description = "Task abstraction for building executors"
documentation = "https://docs.rs/async-task"
edition = "2018"
homepage = "https://github.com/async-rs/async-task"
keywords = ["futures", "task", "executor", "spawn"]
license = "Apache-2.0/MIT"
name = "async-task"
readme = "README.md"
repository = "https://github.com/async-rs/async-task"
version = "1.3.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.66"
[target."cfg(windows)".dependencies.winapi]
features = ["processthreadsapi"]
version = "0.3.8"