# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mpl-candy-guard" version = "3.0.0" authors = ["Metaplex Developers "] description = "Metaplex Candy Guard: programmatic access control for Candy Machine." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/metaplex-foundation/mpl-candy-machine" resolver = "1" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.28.0" [dependencies.arrayref] version = "0.3.6" [dependencies.mpl-candy-guard-derive] version = "0.2.0" [dependencies.mpl-candy-machine-core] version = "3.0.0" features = ["cpi"] [dependencies.mpl-token-metadata] version = "3.2.1" [dependencies.solana-gateway] version = "0.4.0" features = ["no-entrypoint"] [dependencies.solana-program] version = "~1.16.5" [dependencies.spl-associated-token-account] version = ">= 1.1.3, < 3.0" features = ["no-entrypoint"] [dependencies.spl-token] version = ">= 3.5.0, < 5.0" features = ["no-entrypoint"] [dependencies.spl-token-2022] version = ">= 0.6" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] test-bpf = []