miraplex-candy-machine 4.5.2

NFT Candy Machine v2: programmatic and trustless NFT drops.
Documentation
[workspace]
resolver="2"

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

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

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

[dependencies]
anchor-lang = { package = "solarti-anchor-lang", version = "0.26.1" }
arrayref = "0.3.6"
solarti-token = { version = "4.0", features = ["no-entrypoint"] }
miraplex-token-metadata = { version = "~1.7.5", features = ["no-entrypoint"] }
solarti-associated-token-account = { version = "2.0", features = [
  "no-entrypoint",
] }
anchor-spl = { package = "solarti-anchor-spl", version = "0.26.1" }
miraland-program = "1.18.2"
miraland-gateway = "0.3.0"
# toml_datetime = "=0.6.1"

[dev-dependencies]
miraland-program-test = "1.18.2"
miraland-sdk = "1.18.2"
anchor-client = { package = "solarti-anchor-client", version = "0.26.1" }
# borsh = "~0.9.2"
borsh = { version = "1.2.1", features = ["derive", "unstable__schema"] }
tarpc = "0.29.0"
console = "0.15.1"

[profile.release]
overflow-checks = true     # Enable integer overflow checks.