Files
futures-rs/futures-macro/Cargo.toml
tison 6f9a15f6e3 bump msrv to 1.68
Signed-off-by: tison <wander4096@gmail.com>
2025-04-07 22:46:27 +09:00

25 lines
472 B
TOML

[package]
name = "futures-macro"
version = "0.4.0-alpha.0"
edition = "2018"
rust-version = "1.68"
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