# 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-token-metadata" version = "1.7.5" authors = [ "Miraplexer ", "Metaplex Developers ", ] description = "Miraplex Metadata derived from Metaplex" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/miraland-labs/miraplex-program-library" [lib] name = "mpl_token_metadata" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.arrayref] version = "0.3.6" [dependencies.borsh] version = "1.2.1" features = [ "derive", "unstable__schema", ] [dependencies.miraland-program] version = "1.18.0" [dependencies.miraplex-token-auth-rules] version = "1.4.0" features = ["no-entrypoint"] [dependencies.miraplex-token-metadata-context-derive] version = "0.2.1" [dependencies.miraplex-utils] version = "0.3.0" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.149" optional = true [dependencies.serde_with] version = "1.14.0" optional = true [dependencies.shank] version = "0.0.12" [dependencies.solarti-associated-token-account] version = "2.0" features = ["no-entrypoint"] [dependencies.solarti-token] version = "4.0" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0" [dev-dependencies.miraland-program-test] version = "1.18.0" [dev-dependencies.miraland-sdk] version = "1.18.0" [dev-dependencies.rmp-serde] version = "1.1.1" [dev-dependencies.serde] version = "1.0.147" features = ["derive"] [features] no-entrypoint = [] serde-feature = [ "serde", "serde_with", ] test-bpf = []