tpl-token-interface 3.2.2

Trezoa Program Library Token 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 = "tpl-token-interface"
version = "3.2.2"
authors = ["Trezoa-team <foundation@trezoa.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trezoa Program Library Token Interface"
documentation = "https://docs.rs/tpl-token-interface"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Trezoa-team/tpl-token-interface"

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

[package.metadata.trezoa]
program-id = "4JkrrPuuQPxDZuBW1bgrM1GBa8oYg1LxcuX9szBPh3ic"

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

[dependencies.arrayref]
version = "0.3.9"

[dependencies.bytemuck]
version = "1.20.0"

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

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

[dependencies.num_enum]
version = "0.7.4"

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

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

[dependencies.trezoa-program-option]
version = "3.2.2"

[dependencies.trezoa-program-pack]
version = "3.2.2"

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

[dependencies.trezoa-sdk-ids]
version = "3.2.2"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.strum]
version = "0.24"

[dev-dependencies.strum_macros]
version = "0.24"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(target_os, values("trezoa"))',
    'cfg(feature, values("custom-alloc", "custom-panic", "frozen-abi", "no-entrypoint"))',
]