async-dispatch 0.3.1

Async task dispatch via Grand Central Dispatch
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"