mlua_derive 0.12.0

Procedural macros for the mlua crate.
Documentation
[package]
name = "mlua_derive"
version = "0.12.0"
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
rust-version = "1.88"
edition = "2024"
description = "Procedural macros for the mlua crate."
repository = "https://github.com/mlua-rs/mlua"
keywords = ["lua", "mlua"]
license = "MIT"

[lib]
proc-macro = true

[features]
macros = []

[dependencies]
quote = "1.0"
proc-macro2 = { version = "1.0", features = ["span-locations"] }
syn = { version = "2.0", features = ["full"] }