tpl-token-metadata-interface 3.2.2

Trezoa Program Library Token Metadata Interface
Documentation
[dependencies.borsh]
version = "1.5.7"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
optional = true
version = "1.0.219"

[dependencies.thiserror]
version = "2.0"

[dependencies.tpl-discriminator]
version = "3.2.2"

[dependencies.tpl-pod]
features = ["borsh"]
version = "3.2.2"

[dependencies.tpl-type-length-value]
version = "3.2.2"

[dependencies.trezoa-borsh]
version = "3.2.2"

[dependencies.trezoa-instruction]
version = "3.2.2"

[dependencies.trezoa-program-error]
features = ["borsh"]
version = "3.2.2"

[dependencies.trezoa-pubkey]
features = ["borsh"]
version = "3.2.2"

[dev-dependencies.serde_json]
version = "1.0.142"

[dev-dependencies.trezoa-sha256-hasher]
version = "3.2.2"

[features]
serde-traits = ["dep:serde", "tpl-pod/serde-traits"]

[lib]
crate-type = ["lib"]
name = "tpl_token_metadata_interface"
path = "src/lib.rs"

[package]
authors = ["Trezoa-team <foundation@trezoa.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Trezoa Program Library Token Metadata Interface"
documentation = "https://docs.rs/tpl-token-metadata-interface"
edition = "2021"
homepage = "https://trezoa-program.xyz"
license = "Apache-2.0"
name = "tpl-token-metadata-interface"
readme = "README.md"
repository = "https://github.com/trezoa-program/token-metadata"
version = "3.2.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]