[package] name = "light-macros" version = "1.1.0" description = "Macros used in Light Protocol on-chain programs" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" edition = "2021" [dependencies] bs58 = "0.4" proc-macro2 = { workspace = true } quote = { workspace = true } syn = { workspace = true } light-hasher = { path = "../../merkle-tree/hasher", version = "1.1.0" } [dev-dependencies] light-utils = { path = "../../utils", version = "1.1.0" } [lib] proc-macro = true