Cargo Features
solana-loader-v3-interface has no features set by default.
[dependencies]
solana-loader-v3-interface = { version = "6.1.0", features = ["bincode", "dev-context-only-utils", "frozen-abi", "serde"] }
- bincode dev-context-only-utils? = serde
-
Enables solana-system-interface ^2.0, bincode of solana-instruction
Affects
instruction::create_buffer,instruction::write,instruction::deploy_with_max_program_len,instruction::upgrade,instruction::set_buffer_authority,instruction::set_buffer_authority_checked,instruction::set_upgrade_authority,instruction::set_upgrade_authority_checked,instruction::close,instruction::close_any,instruction::extend_program,instruction::migrate_program,instruction::extend_program_checked… - dev-context-only-utils = bincode
- frozen-abi = serde
-
Enables solana-frozen-abi and solana-frozen-abi-macro
- serde bincode? frozen-abi?
-
Enables serde, serde_bytes, and serde_derive, serde of solana-pubkey ^3.0.0