[package]
edition = "2021"
name = "async-dispatch"
version = "0.3.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async task dispatch via Grand Central Dispatch"
documentation = "https://dgrijalva.github.io/async-dispatch"
readme = "README.md"
keywords = [
"async",
"gcd",
"dispatch",
"macos",
]
categories = [
"asynchronous",
"os::macos-apis",
]
license = "Apache-2.0"
repository = "https://github.com/dgrijalva/async-dispatch"
[lib]
name = "async_dispatch"
path = "src/lib.rs"
[dependencies.async-task]
version = "4"
[dev-dependencies.pollster]
version = "0.4"
[build-dependencies.bindgen]
version = "0.71"