token-acl 0.2.2

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

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

[package.metadata.solana]
program-id = "TACLkU6CiCdkQN2MjoyDkVg2yAH9zkxiHDsiztQ52TP"

[features]
default = []
forbid-additional-mints = []
no-entrypoint = []
test-sbf = []

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

[dependencies.bytemuck]
version = "1.21.0"
features = ["derive"]

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

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

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

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

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

[dependencies.solana-system-interface]
version = "3.0.0"
features = ["bincode"]

[dependencies.solana-sysvar]
version = "3.1.1"

[dependencies.spl-pod]
version = "0.7.1"

[dependencies.spl-token-2022]
version = "10.0.0"
features = ["no-entrypoint"]

[dependencies.token-acl-interface]
version = "0.2.0"

[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"))',
]