# 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-machine-core" version = "3.0.1" authors = ["Metaplex Developers "] description = "NFT Candy Machine Core: programmatic and trustless NFT drops." 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-token-metadata] version = "3.2.1" [dependencies.mpl-utils] version = "0.3" default-features = false [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"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = []