Cargo Features

[dependencies]
efi = { version = "0.3.1", default-features = false, features = ["allocator"] }
default = allocator

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

allocator default

EFI has 2 features without comments.