Cargo Features
solana-address-lookup-table-interface has no features set by default.
[dependencies]
solana-address-lookup-table-interface = { version = "3.1.0", features = ["bincode", "bytemuck", "dev-context-only-utils", "frozen-abi", "serde", "wincode"] }
- bincode = serde
-
Enables bincode ^1.3.3, solana-instruction-error, bincode of solana-instruction
Affects
instruction::create_lookup_table,instruction::freeze_lookup_table,instruction::extend_lookup_table,instruction::deactivate_lookup_table,instruction::close_lookup_table… - bytemuck dev-context-only-utils?
-
Enables bytemuck, bytemuck of solana-pubkey
- dev-context-only-utils = bytemuck, wincode
- frozen-abi = serde
-
Enables solana-frozen-abi and solana-frozen-abi-macro
- serde bincode? frozen-abi?
-
Enables serde_derive, serde of solana-pubkey and alloc of serde
serde:
Provide impls for types in the Rust core allocation and collections library including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may be enabled without depending on all of std.
- wincode dev-context-only-utils?
-
Enables solana-instruction-error, wincode of solana-instruction, wincode of solana-pubkey, alloc of wincode
Affects
instruction::create_lookup_table,instruction::freeze_lookup_table,instruction::extend_lookup_table,instruction::deactivate_lookup_table,instruction::close_lookup_table…