# 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-utils" version = "0.3.6" authors = ["Metaplex Developers "] description = "MPL Core Utils library" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/metaplex-foundation/metaplex-program-library" [profile.release] overflow-checks = true [lib] crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.arrayref] version = "0.3.6" [dependencies.solana-program] version = ">= 1.14.13, <= 1.18" [dependencies.spl-token-2022] version = ">= 0.6.0, < 0.9" features = ["no-entrypoint"] optional = true [features] default = ["spl-token"] spl-token = ["spl-token-2022"]