# 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 = "mpl-reward-center" version = "0.1.1" authors = ["Metaplex Developers ", "Holaplex Developers "] description = "Default Auctioneer implementation" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/metaplex-foundation/metaplex-program-library" resolver = "2" [lib] crate-type = ["cdylib", "lib"] [dependencies.anchor-lang] version = "~0.24.2" features = ["init-if-needed"] [dependencies.anchor-spl] version = "~0.24.2" [dependencies.mpl-auction-house] version = "~1.2.4" features = ["cpi", "no-entrypoint"] [dependencies.mpl-token-metadata] version = "~1.2.7" features = ["no-entrypoint"] [dependencies.solana-program] version = "~1.9.28" [dev-dependencies.anchor-client] version = "~0.24.2" [dev-dependencies.env_logger] version = "~0.9.0" [dev-dependencies.mpl-token-metadata] version = "~1.2.7" features = ["no-entrypoint"] [dev-dependencies.serde_json] version = "~1.0" [dev-dependencies.shellexpand] version = "~2.1.0" [dev-dependencies.solana-program-test] version = "~1.9.15" [dev-dependencies.solana-sdk] version = "~1.9.15" [dev-dependencies.spl-associated-token-account] version = "~1.0.3" features = ["no-entrypoint"] [dev-dependencies.spl-token] version = "~3.2" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] test-bpf = []