# 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 = "miraplex-redrop" version = "0.1.1" authors = [ "Miraland Crafters ", "Metaplex Developers ", ] description = "Miraplex easy token/NFT airdrop enabler" keywords = [ "miraland", "merkle", "distributor", ] license-file = "LICENSE" repository = "https://github.com/miraland-labs/miraplex-program-library" resolver = "2" [profile.release] overflow-checks = true [lib] name = "mpl_redrop" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.27.0" package = "solarti-anchor-lang" [dependencies.anchor-spl] version = "0.27.0" package = "solarti-anchor-spl" [dependencies.miraland-program] version = "=1.14.17-rc5" [dependencies.miraplex-token-metadata] version = "1.7.1" features = ["no-entrypoint"] [dependencies.solarti-associated-token-account] version = "1.1.6" features = ["no-entrypoint"] [dependencies.solarti-token] version = "3.5.4" features = ["no-entrypoint"] [dependencies.toml_datetime] version = "=0.6.1" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []