[package] name = "moonramp-lunar-macro" authors = ["MoonRamp Contributors", "Dionysus "] homepage = "https://moonramp.github.io" repository = "https://github.com/moonramp/moonramp" description = "Crypto Payment Gateway WASM Bindings" readme = "README.md" version = "0.1.22" edition = "2021" license = "MIT" [lib] proc-macro = true [dependencies] proc-macro2 = { version = "1.0" } quote = "1.0" syn = { version = "1.0.91", features = ["full"] }