async-task 3.0.0

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

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

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

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

[features]
default = ["std"]
std = []

[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/stjepang/async-task"
keywords = ["futures", "task", "executor", "spawn"]
license = "Apache-2.0/MIT"
name = "async-task"
readme = "README.md"
repository = "https://github.com/stjepang/async-task"
version = "3.0.0"