[package] name = "rune-alloc-macros" version = "0.13.4" authors = ["John-John Tedro "] edition = "2021" rust-version = "1.74" description = "Macros for alloc crate of the Rune Language, an embeddable dynamic programming language for Rust." documentation = "https://docs.rs/rune" readme = "README.md" homepage = "https://github.com/rune-rs/rune" repository = "https://github.com/rune-rs/rune" license = "MIT OR Apache-2.0" keywords = ["language", "scripting", "scripting-language"] categories = ["parser-implementations"] [dependencies] syn = { version = "2.0.16", features = ["full"] } quote = "1.0.27" proc-macro2 = "1.0.56" [lib] proc-macro = true