blob: 6a6bee5da984ddf0c8dd508bd3c92c78179b7eed [file] [log] [blame]
[package]
name = "async-task"
version = "3.0.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
license = "Apache-2.0/MIT"
repository = "https://github.com/stjepang/async-task"
homepage = "https://github.com/stjepang/async-task"
documentation = "https://docs.rs/async-task"
description = "Task abstraction for building executors"
keywords = ["futures", "task", "executor", "spawn"]
categories = ["asynchronous", "concurrency", "no-std"]
readme = "README.md"
[features]
default = ["std"]
std = []
[dev-dependencies]
atomic-waker = "1.0.0"
concurrent-queue = "1.2.2"
easy-parallel = "3.1.0"
flume = { version = "0.9.0", default-features = false }
futures-lite = "1.7.0"
once_cell = "1.4.1"