miraplex-candy-machine 4.5.2

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

[dependencies.anchor-spl]
package = "solarti-anchor-spl"
version = "0.26.1"

[dependencies.arrayref]
version = "0.3.6"

[dependencies.miraland-gateway]
version = "0.3.0"

[dependencies.miraland-program]
version = "1.18.2"

[dependencies.miraplex-token-metadata]
features = ["no-entrypoint"]
version = "~1.7.5"

[dependencies.solarti-associated-token-account]
features = ["no-entrypoint"]
version = "2.0"

[dependencies.solarti-token]
features = ["no-entrypoint"]
version = "4.0"
[dev-dependencies.anchor-client]
package = "solarti-anchor-client"
version = "0.26.1"

[dev-dependencies.borsh]
features = ["derive", "unstable__schema"]
version = "1.2.1"

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

[dev-dependencies.miraland-program-test]
version = "1.18.2"

[dev-dependencies.miraland-sdk]
version = "1.18.2"

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

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

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

[package]
authors = ["Jordan Prince", "Metaplex Developers <dev@metaplex.com>"]
description = "NFT Candy Machine v2: programmatic and trustless NFT drops."
edition = "2021"
license-file = "LICENSE"
name = "miraplex-candy-machine"
readme = "README.md"
repository = "https://github.com/miraland-labs/miraplex-program-library"
version = "4.5.2"
[profile.release]
overflow-checks = true