star_frame_spl 0.26.2

Star Frame clients and utilities for SPL programs
Documentation
[dependencies.borsh]
features = ["derive"]
version = "1.5.7"

[dependencies.bytemuck]
features = ["extern_crate_std", "min_const_generics", "derive"]
version = "^1.22.0"

[dependencies.solana-program-pack]
optional = true
version = "3.0.0"

[dependencies.spl-associated-token-account-interface]
optional = true
version = "2.0.0"

[dependencies.spl-token-interface]
optional = true
version = "2.0.0"

[dependencies.star_frame]
version = "0.26.2"

[dev-dependencies.pretty_assertions]
version = "^1.4.0"

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

[dev-dependencies.spl-associated-token-account-interface]
version = "2.0.0"

[dev-dependencies.spl-token-interface]
version = "2.0.0"

[features]
default = ["token"]
idl = ["star_frame/idl"]
rustdoc = ["spl-token-interface", "spl-associated-token-account-interface", "solana-program-pack"]
token = []

[lib]
name = "star_frame_spl"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Star Frame clients and utilities for SPL programs"
edition = "2021"
license = "Apache-2.0"
name = "star_frame_spl"
publish = true
readme = "README.md"
repository = "https://github.com/staratlasmeta/star_frame"
resolver = "3"
rust-version = "1.84.1"
version = "0.26.2"

[package.metadata.cargo-udeps.ignore]
development = ["spl-associated-token-account-interface"]