Cargo Features

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

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

std default frozen-abi? syscalls?

Enables std of optional borsh and optional serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

Affects atlas-instruction::Instruction, atlas-instruction::BorrowedInstruction

bincode

Enables bincode ^1.3.3 and serde

borsh

Enables borsh

frozen-abi = serde, std

Enables atlas-frozen-abi and atlas-frozen-abi-macro

serde frozen-abi?

Enables serde and serde_derive, serde of atlas-pubkey

syscalls = std

Affects atlas-instruction::syscalls, syscalls::get_processed_sibling_instruction, syscalls::get_stack_height