[package] name = "mpl-core-candy-guard-derive" version = "0.2.1" edition = "2021" description = "Procedural macro for automating the implementation of Metaplex Candy Guard." authors = ["Metaplex Developers "] repository = "https://github.com/metaplex-foundation/mpl-candy-guard" license-file = "../../../LICENSE" [lib] proc-macro = true [dependencies] syn = { version = "1.0.98", features = ["extra-traits"] } quote = "1.0.20"