Cargo Features
solana-loader-v3-interface has no features set by default.
[dependencies]
solana-loader-v3-interface = { version = "0.0.2", features = ["bincode", "dev-context-only-utils", "frozen-abi", "serde"] }
- bincode dev-context-only-utils? = serde
-
Enables solana-system-interface, 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
… - 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