1[package]
2name = "async-task"
3version = "4.0.3"
4authors = ["Stjepan Glavina <stjepang@gmail.com>"]
5edition = "2018"
6license = "Apache-2.0/MIT"
7repository = "https://github.com/stjepang/async-task"
8homepage = "https://github.com/stjepang/async-task"
9documentation = "https://docs.rs/async-task"
10description = "Task abstraction for building executors"
11keywords = ["futures", "task", "executor", "spawn"]
12categories = ["asynchronous", "concurrency", "no-std"]
13readme = "README.md"
14
15[features]
16default = ["std"]
17std = []
18
19[dev-dependencies]
20atomic-waker = "1.0.0"
21easy-parallel = "3.1.0"
22flume = { version = "0.9.0", default-features = false }
23once_cell = "1.4.1"
24smol = "1.0.1"
25