spl-token-metadata-interface 1.0.0

Solana Program Library Token Metadata Interface
Documentation
# 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 = "1.0.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Program Library Token Metadata Interface"
homepage = "https://solana-program.com"
documentation = "https://docs.rs/spl-token-metadata-interface"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/solana-program/token-metadata"

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

[features]
serde-traits = [
    "serde/alloc",
    "serde/derive",
    "solana-address/decode",
    "solana-nullable/serde-with",
    "dep:serde_with",
]

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

[dependencies.borsh]
version = "1.5.7"
default-features = false

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

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.num_enum]
version = "0.7"
default-features = false

[dependencies.serde]
version = "1.0.219"
optional = true
default-features = false

[dependencies.serde_with]
version = "3.12.0"
features = ["macros"]
optional = true
default-features = false

[dependencies.solana-address]
version = "2.4.0"
features = [
    "borsh",
    "nullable",
]

[dependencies.solana-borsh]
version = "3.0.2"

[dependencies.solana-instruction]
version = "3.3.0"
default-features = false

[dependencies.solana-nullable]
version = "1.1.0"
features = ["borsh"]

[dependencies.solana-program-error]
version = "3.0.1"
features = ["borsh"]

[dependencies.spl-discriminator]
version = "0.5.2"

[dependencies.spl-type-length-value]
version = "0.9.1"

[dependencies.thiserror]
version = "2.0"
default-features = false

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

[dev-dependencies.solana-sha256-hasher]
version = "3.1.0"