rune-macros 0.12.2

Macros for the Rune Language, an embeddable dynamic programming language for Rust.
Documentation
[package]
name = "rune-macros"
version = "0.12.2"
authors = ["John-John Tedro <udoprog@tedro.se>"]
edition = "2021"
rust-version = "1.63"
description = "Macros for 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/Apache-2.0"
keywords = ["language", "scripting", "scripting-language"]
categories = ["parser-implementations"]

[dependencies]
syn = { version = "1.0.82", features = ["full"] }
quote = "1.0.10"
proc-macro2 = { version = "1.0.32", features = ["span-locations"] }

[dev-dependencies]
rune = { version = "0.12.2", path = "../rune" }

[lib]
proc-macro = true
path = "src/lib.rs"