tokio-macros 1.3.0

Tokio's proc macros.
Documentation
[dependencies.proc-macro2]
version = "1.0.7"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1.0.56"
[dev-dependencies.tokio]
features = ["full"]
version = "1.0.0"

[features]

[lib]
proc-macro = true

[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
categories = ["asynchronous"]
description = "Tokio's proc macros.\n"
documentation = "https://docs.rs/tokio-macros/1.3.0/tokio_macros"
edition = "2018"
homepage = "https://tokio.rs"
license = "MIT"
name = "tokio-macros"
repository = "https://github.com/tokio-rs/tokio"
version = "1.3.0"
[package.metadata.docs.rs]
all-features = true