# 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 = ["workspace-inheritance"] [package] edition = "2021" name = "shadowy-super-minter" version = "0.1.1" authors = [ "Cavey Cool ", "Tracy Adams ", "Sarah Strange ", ] description = "The Shadowy Super Minter program, by GenesysGo" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/genesysgo/shadow-nft-standard" resolver = "1" [lib] name = "shadowy_super_minter" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.27.0" [dependencies.anchor-spl] version = "0.27.0" features = [ "token", "associated_token", ] default-features = false [dependencies.arrayref] version = "0.3.6" [dependencies.shadow-nft-common] version = "0.1.1" [dependencies.shadow-nft-standard] version = "0.1.1" features = [ "no-entrypoint", "cpi", ] [dependencies.solana-program] version = "=1.14.18" [dependencies.spl-associated-token-account] version = "1.1.3" features = ["no-entrypoint"] [dependencies.spl-token-2022] version = "=0.6.1" features = ["no-entrypoint"] default-features = false [dependencies.toml_datetime] version = "=0.6.1" [dependencies.winnow] version = "=0.4.1" [dependencies.zerocopy-bitslice] version = "0.1.1" [dependencies.zerocopy-str] version = "0.1.1" [dev-dependencies.solana-program-test] version = "=1.14.18" [dev-dependencies.solana-sdk] version = "=1.14.18" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] test-bpf = []