[dependencies.bincode]
version = "1.3.3"
[dependencies.bytemuck]
version = "1.21.0"
[dependencies.log]
version = "0.4.25"
[dependencies.num-derive]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.solana-address-lookup-table-interface]
features = ["bincode", "bytemuck"]
version = "=2.2.2"
[dependencies.solana-feature-set]
version = "=2.2.1"
[dependencies.thiserror]
version = "2.0.11"
[lib]
crate-type = ["lib"]
name = "solana_address_lookup_table_program"
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 = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Solana address lookup table program"
documentation = "https://docs.rs/solana-address-loookup-table-program"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-address-lookup-table-program"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.2.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[target.'cfg(not(target_os = "solana"))'.dependencies.solana-bincode]
version = "=2.2.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.solana-clock]
version = "=2.2.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.solana-instruction]
version = "=2.2.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.solana-log-collector]
version = "=2.2.3"
[target.'cfg(not(target_os = "solana"))'.dependencies.solana-packet]
version = "=2.2.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.solana-program-runtime]
version = "=2.2.3"
[target.'cfg(not(target_os = "solana"))'.dependencies.solana-pubkey]
default-features = false
version = "=2.2.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.solana-system-interface]
features = ["bincode"]
version = "1.0"
[target.'cfg(not(target_os = "solana"))'.dependencies.solana-transaction-context]
features = ["bincode"]
version = "=2.2.1"