[package] name = "hclua-macro" version = "0.1.6" edition = "2021" authors = [ "hpnlic " ] description = "hclua macro" repository = "https://github.com/hcengine/hclua" license = "Apache-2.0" keywords = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0.36" proc-macro2 = "1.0.86" [dependencies.syn] version = "2.0.74" features = ["full", "extra-traits"] [lib] proc-macro = true