# 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 = "token-metadata-descriptor" version = "0.0.1" authors = ["sooshisan "] description = "On-chain token metadata extension" readme = "README.md" license = "Apache-2.0" resolver = "1" [lib] name = "token_metadata_descriptor" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.25.0" [dependencies.anchor-spl] version = "0.25.0" [dependencies.borsh] version = "0.9.1" [dependencies.mpl-token-metadata] version = "1.5.0" features = ["no-entrypoint"] [dependencies.solana-program] version = "1.10.29" [dependencies.solana-security-txt] version = "1.0.2" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = []