[package] name = "mpl-candy-guard" version = "3.0.0" description = "Metaplex Candy Guard: programmatic access control for Candy Machine." authors = ["Metaplex Developers "] repository = "https://github.com/metaplex-foundation/mpl-candy-machine" license-file = "../../../LICENSE" edition = "2021" readme = "../README.md" [lib] crate-type = ["cdylib", "lib"] [features] no-entrypoint = [] test-bpf = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.28.0" arrayref = "0.3.6" mpl-candy-guard-derive = { path = "../macro", version = "0.2.0" } mpl-candy-machine-core = { path = "../../candy-machine-core/program", version = "3.0.0", features = ["cpi"] } mpl-token-metadata = "3.2.1" solana-program = "~1.16.5" spl-associated-token-account = { version = ">= 1.1.3, < 3.0", features = ["no-entrypoint"] } spl-token = { version = ">= 3.5.0, < 5.0", features = ["no-entrypoint"] } spl-token-2022 = { version = ">= 0.6", features = ["no-entrypoint"] } solana-gateway = { version = "0.4.0", features = ["no-entrypoint"] }