[package]
edition = "2021"
name = "ling-macro"
version = "2030.0.0"
authors = [
"Ling Lin <taellinglin@gmail.com>",
"Sanny Lin <SannyLing53@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the Ling language ecosystem"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taellinglin/ling"
[lib]
name = "ling_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = ["full"]