[dependencies.proc-macro2]
version = "0.4.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
default-features = false
features = ["full", "fold", "parsing", "printing", "extra-traits", "proc-macro"]
version = "0.14"
[features]
nightly = ["proc-macro2/nightly"]
[lib]
name = "futures_macro_async"
proc-macro = true
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = """
Definition of the `#[async]` macro for the `futures-rs` crate as well as a
few other assorted macros.
"""
license = "MIT/Apache-2.0"
name = "futures-macro-async-preview"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.2.2"