# 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 = "2018" name = "anchor-metaplex" version = "0.3.1" authors = ["Pavlos Polianidis "] description = "collection of helper numeric operation functions that allows seamless interaction of your Solana Anchor program with the Metaplex ecosystem" homepage = "https://github.com/Apocentre/anchor-metaplex" documentation = "https://docs.rs/anchor-metaplex/" readme = "README.md" keywords = [ "solana", "blockchain", "anchor", "metaplex", ] license-file = "LICENSE" repository = "https://github.com/Apocentre/anchor-metaplex" [dependencies.anchor-lang] version = "0.24.2" [dependencies.anchor-spl] version = "0.24.2" [dependencies.mpl-token-metadata] version = "1.2.10" features = ["no-entrypoint"]