# 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 = "miraplex-candy-guard" version = "1.0.1" 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] name = "mpl_candy_guard" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.26.0" package = "solarti-anchor-lang" [dependencies.arrayref] version = "0.3.6" [dependencies.miraland-gateway] version = "0.1.0" [dependencies.miraland-program] version = "=1.14.17-rc5" [dependencies.mpl-candy-guard-derive] version = "0.2.0" package = "miraplex-candy-guard-derive" [dependencies.mpl-candy-machine-core] version = "1.0.1" features = ["cpi"] package = "miraplex-candy-machine-core" [dependencies.mpl-token-auth-rules] version = "1.3.2" features = ["no-entrypoint"] package = "miraplex-token-auth-rules" [dependencies.mpl-token-metadata] version = "1.11.1" features = ["no-entrypoint"] package = "miraplex-token-metadata" [dependencies.spl-associated-token-account] version = "1.1.6" features = ["no-entrypoint"] package = "solarti-associated-token-account" [dependencies.spl-token] version = "3.5.4" features = ["no-entrypoint"] package = "solarti-token" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] test-bpf = []