blob: e3dd09182315e2d675a8734ed4bdd1936dff867e [file] [log] [blame]
[package]
name = "async-task"
version = "1.0.0"
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"
[dependencies]
crossbeam-utils = "0.7.0"
[dev-dependencies]
crossbeam = "0.7.3"
futures = "0.3.1"
lazy_static = "1.4.0"