[package]
edition = "2024"
rust-version = "1.85"
name = "async-rt-macros"
version = "0.1.0"
authors = ["Darius Clark"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Attribute macros for async-rt"
readme = false
keywords = [
"async",
"non-blocking",
"futures",
]
categories = ["asynchronous"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/dariusc93/async-rt"
[lib]
name = "async_rt_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro-crate]
version = "3.5.0"
[dependencies.proc-macro2]
version = "1.0.107"
[dependencies.quote]
version = "1.0.47"
[dependencies.syn]
version = "3.0.4"
features = ["full"]