[dependencies.anchor-lang]
version = "0.32.1"
[dependencies.solana-address-lookup-table-interface]
features = ["bincode", "bytemuck"]
version = "2.1"
[dependencies.solana-sdk-ids]
version = "2.2"
[dev-dependencies.borsh]
version = "1.5"
[dev-dependencies.mollusk-helper]
version = "0.1.1"
[dev-dependencies.num-derive]
version = "0.4"
[dev-dependencies.num-traits]
version = "0.2"
[dev-dependencies.solana-account]
version = "3.3"
[dev-dependencies.solana-account-info]
version = "3.1"
[dev-dependencies.solana-cpi]
version = "3.1"
[dev-dependencies.solana-instruction]
version = "3.1"
[dev-dependencies.solana-program-error]
version = "3.0"
[dev-dependencies.solana-pubkey]
version = "4.0"
[dev-dependencies.thiserror]
version = "2.0"
[features]
anchor-debug = []
cpi = ["no-entrypoint"]
custom-heap = []
custom-panic = []
default = []
fetch = []
idl-build = ["anchor-lang/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
test-sbf = []
[lib]
crate-type = ["cdylib", "lib"]
name = "luts"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))']
level = "warn"
priority = 0
[package]
authors = ["Ohad Dahan <ohaddahan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "Address Lookup Table wrapper with deduplication and readiness tracking"
documentation = "https://docs.rs/luts"
edition = "2021"
keywords = ["solana", "anchor", "address-lookup-table"]
license = "MIT"
name = "luts"
readme = "README.md"
repository = "https://github.com/ohaddahan/luts"
version = "0.1.1"
[[test]]
name = "main"
path = "tests/main.rs"