Cargo Features

[dependencies]
trezoa-instruction = { version = "3.2.3", default-features = false, features = ["std", "bincode", "borsh", "frozen-abi", "serde"] }
default = std

The std feature is set by default whenever trezoa-instruction is added without default-features = false somewhere in the dependency tree.

std default frozen-abi?

Affects error::InstructionError, trezoa-instruction::wasm, trezoa-instruction::Instruction, trezoa-instruction::Instruction, trezoa-instruction::BorrowedInstruction

bincode

Enables bincode ^1.3.3 and serde

borsh

Enables borsh

frozen-abi = serde, std

Enables trezoa-frozen-abi and trezoa-frozen-abi-macro

serde frozen-abi?

Enables serde and serde_derive, serde of trezoa-pubkey