26 lines
556 B
TOML
26 lines
556 B
TOML
[package]
|
|
name = "futures-macro"
|
|
version = "0.3.33"
|
|
edition = "2018"
|
|
# NB: Sync with "Usage" section in README.md and util-msrv job in .github/workflows/ci.yml
|
|
rust-version = "1.71"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rust-lang/futures-rs"
|
|
homepage = "https://rust-lang.github.io/futures-rs"
|
|
description = """
|
|
The futures-rs procedural macro implementations.
|
|
"""
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.60"
|
|
quote = "1.0"
|
|
syn = { version = "2.0.52", features = ["full"] }
|
|
|
|
[lints]
|
|
workspace = true
|