mpl-candy-machine 4.6.0

NFT Candy Machine v2: programmatic and trustless NFT drops.
Documentation
[dependencies.anchor-lang]
version = "0.26.0"

[dependencies.anchor-spl]
version = "0.26.0"

[dependencies.arrayref]
version = "0.3.6"

[dependencies.mpl-token-metadata]
features = ["no-entrypoint"]
version = "1.7"

[dependencies.solana-gateway]
version = "0.2.2"

[dependencies.solana-program]
version = "1.14"

[dependencies.spl-associated-token-account]
features = ["no-entrypoint"]
version = "1.1.1"

[dependencies.spl-token]
features = ["no-entrypoint"]
version = "3.5.0"

[dev-dependencies.anchor-client]
version = "0.26.0"

[dev-dependencies.borsh]
version = "~0.9.3"

[dev-dependencies.console]
version = "0.15.5"

[dev-dependencies.solana-program-test]
version = "1.14"

[dev-dependencies.solana-sdk]
version = "1.14"

[dev-dependencies.tarpc]
version = "0.29.0"

[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []
test-bpf = []

[lib]
crate-type = ["cdylib", "lib"]

[package]
authors = ["Jordan Prince", "Metaplex Developers <dev@metaplex.com>"]
description = "NFT Candy Machine v2: programmatic and trustless NFT drops."
edition = "2018"
license-file = "LICENSE"
name = "mpl-candy-machine"
readme = "README.md"
repository = "https://github.com/metaplex-foundation/metaplex-program-library"
version = "4.6.0"

[profile.release]
overflow-checks = true