[package]
name = "spl-token-metadata-example"
version = "0.3.1"
description = "Solana Program Library Token Metadata Example Program"
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
repository = "https://github.com/solana-labs/solana-program-library"
license = "Apache-2.0"
edition = "2021"
[features]
no-entrypoint = []
test-sbf = []
[dependencies]
solana-program = "1.18.11"
spl-token-2022 = { version = "3.0.4", path = "../../token/program-2022", features = ["no-entrypoint"] }
spl-token-metadata-interface = { version = "0.3.5", path = "../interface" }
spl-type-length-value = { version = "0.4.6" , path = "../../libraries/type-length-value" }
spl-pod = { version = "0.2.5", path = "../../libraries/pod" }
[dev-dependencies]
solana-program-test = "1.18.11"
solana-sdk = "1.18.11"
spl-token-client = { version = "0.10.0", path = "../../token/client" }
test-case = "3.3"
[lib]
crate-type = ["cdylib", "lib"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]