# 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-auction-house-unofficial" version = "1.1.6" authors = ["Metaplex Developers "] description = "Decentralized Sales Protocol for Solana Tokens" 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.1" [dependencies.anchor-spl] version = "~0.24.1" [dependencies.arrayref] version = "~0.3.6" [dependencies.metaplex-token-metadata] version = "0.0.1" features = ["no-entrypoint"] [dependencies.mpl-token-metadata] version = "~1.2.7" features = ["no-entrypoint"] [dependencies.solana-program] version = "~1.9.15" [dependencies.spl-associated-token-account] version = "~1.0.3" features = ["no-entrypoint"] [dependencies.spl-token] version = "~3.2" features = ["no-entrypoint"] [dependencies.thiserror] version = "~1.0" [dev-dependencies.anchor-client] version = "~0.24.1" [dev-dependencies.env_logger] version = "~0.9.0" [dev-dependencies.serde_json] version = "~1.0" [dev-dependencies.shellexpand] version = "~2.1.0" [dev-dependencies.solana-program] version = "~1.9.15" [dev-dependencies.solana-program-test] version = "~1.9.15" [dev-dependencies.solana-sdk] version = "~1.9.15" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] test-bpf = []