You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
575 B
24 lines
575 B
[package]
|
|
name = "futures-macro"
|
|
edition = "2018"
|
|
version = "0.3.13"
|
|
authors = ["Taylor Cramer <cramertj@google.com>", "Taiki Endo <te316e89@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rust-lang/futures-rs"
|
|
homepage = "https://rust-lang.github.io/futures-rs"
|
|
documentation = "https://docs.rs/futures-macro/0.3"
|
|
description = """
|
|
The futures-rs procedural macro implementations.
|
|
"""
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
proc-macro-hack = "0.5.19"
|
|
quote = "1.0"
|
|
syn = { version = "1.0", features = ["full"] }
|