Cargo Features

[dependencies]
enclave = { version = "0.1.4", default-features = false, features = ["debug", "allocator"] }
default = allocator

The allocator feature is set by default whenever enclave is added without default-features = false somewhere in the dependency tree.

debug

Affects enclave::debug, panic::debug

allocator default

Enables use-as-rust-allocator of alloc_buddy_simple2

Affects alloc::init