[package]
edition = "2024"
rust-version = "1.85"
name = "runite-proc-macros"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros (#[runite::main]) for the runite async runtime. Use via the runite crate; not intended for direct consumption."
documentation = "https://docs.rs/runite-proc-macros"
readme = "README.md"
keywords = [
"async",
"runtime",
"macro",
"proc-macro",
"runite",
]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/willmtemple/runite"
[lib]
name = "runite_proc_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = ["full"]