[dependencies.arrayref]
version = "0.3.9"
[dependencies.bytemuck]
version = "1.19.0"
[dependencies.num-derive]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.num_enum]
version = "0.7.3"
[dependencies.solana-program]
version = "2.1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.lazy_static]
version = "1.5.0"
[dev-dependencies.proptest]
version = "1.5"
[dev-dependencies.serial_test]
version = "3.1.1"
[dev-dependencies.solana-program-test]
version = "2.1.0"
[dev-dependencies.solana-sdk]
version = "2.1.0"
[features]
no-entrypoint = []
test-sbf = []
[lib]
crate-type = ["cdylib", "lib"]
name = "spl_token"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0
[package]
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Solana Program Library Token"
edition = "2021"
exclude = ["js/**"]
license = "Apache-2.0"
name = "spl-token"
readme = "README.md"
repository = "https://github.com/solana-labs/solana-program-library"
version = "7.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
name = "action"
path = "tests/action.rs"
[[test]]
name = "assert_instruction_count"
path = "tests/assert_instruction_count.rs"
[[test]]
name = "close_account"
path = "tests/close_account.rs"