# 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 = "spl-token-metadata-interface" version = "0.6.0" authors = ["Solana Labs Maintainers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Solana Program Library Token Metadata Interface" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana-program-library" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "spl_token_metadata_interface" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.borsh] version = "1.5.1" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.214" optional = true [dependencies.solana-borsh] version = "2.1.0" [dependencies.solana-decode-error] version = "2.1.0" [dependencies.solana-instruction] version = "2.1.0" [dependencies.solana-msg] version = "2.1.0" [dependencies.solana-program-error] version = "2.1.0" [dependencies.solana-pubkey] version = "2.1.0" [dependencies.spl-discriminator] version = "0.4.0" [dependencies.spl-pod] version = "0.5.0" features = ["borsh"] [dependencies.spl-type-length-value] version = "0.7.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0.132" [dev-dependencies.solana-sha256-hasher] version = "2.1.0" [features] serde-traits = [ "dep:serde", "spl-pod/serde-traits", ]