# 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. cargo-features = ["alternative-registries"] [package] edition = "2021" name = "mpl-candy-machine-nano" version = "0.1.0" description = "Reworked Metaplex Candy Machine Program Library" license = "MIT" resolver = "2" [profile.release] overflow-checks = true [lib] crate-type = ["cdylib", "lib"] [dependencies.anchor-lang] version = "^0.24.2" [dependencies.anchor-spl] version = "^0.24.2" [dependencies.arrayref] version = "^0.3.6" [dependencies.mpl-token-metadata] version = "^1.2.5" features = ["no-entrypoint"] [dependencies.solana-gateway] version = "^0.1.1" [dependencies.solana-program] version = "^1.9.6" [dependencies.spl-associated-token-account] version = "^1.0.3" features = ["no-entrypoint"] [dependencies.spl-token] version = "^3.2.0" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []