# 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 = "mtly-auction-house" version = "1.4.8" authors = [ "Metaplex Developers ", "Motley Labs ", ] description = "Decentralized Sales Protocol for Solana Tokens" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/motleylabs/metaplex-program-library" [profile.release] opt-level = "z" lto = true codegen-units = 1 overflow-checks = true strip = true [lib] crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.27.0" [dependencies.anchor-spl] version = "0.27.0" [dependencies.arrayref] version = "0.3.6" [dependencies.mpl-token-auth-rules] version = "1.2.0" features = ["no-entrypoint"] [dependencies.mpl-token-metadata] version = "=1.10.0" features = ["no-entrypoint"] [dependencies.solana-program] version = "=1.14.17" [dependencies.spl-associated-token-account] version = "1.1.1" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.5" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0" [dev-dependencies.anchor-client] version = "0.27.0" [dev-dependencies.env_logger] version = "0.9.3" [dev-dependencies.rmp-serde] version = "1.1.1" [dev-dependencies.serde] version = "1.0.147" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.shellexpand] version = "2.1.2" [dev-dependencies.solana-program] version = "=1.14.17" [dev-dependencies.solana-program-test] version = "=1.14.17" [dev-dependencies.solana-sdk] version = "=1.14.17" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] test-bpf = []