token-acl-interface 0.2.2

Interface library for Token ACL account resolution.
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 = "token-acl-interface"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interface library for Token ACL account resolution."
readme = false
license = "MIT"
repository = "https://github.com/solana-foundation/token-acl"

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

[lib]
name = "token_acl_interface"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

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

[dependencies.solana-account-info]
version = "3.1.0"

[dependencies.solana-cpi]
version = "3.1.0"

[dependencies.solana-instruction]
version = "3.1.0"
features = ["std"]

[dependencies.solana-program-error]
version = "3.0.0"

[dependencies.solana-pubkey]
version = "4.0.0"
features = [
    "curve25519",
    "borsh",
]

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

[dependencies.spl-tlv-account-resolution]
version = "0.11.1"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.solana-program]
version = "3.0.0"

[dev-dependencies.tokio]
version = "1.45.1"
features = ["full"]

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