Cargo Features

[dependencies]
qemu-fw-cfg = { version = "0.2.0", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever qemu-fw-cfg is added without default-features = false somewhere in the dependency tree.

alloc default

qemu-fw-cfg has 2 features without comments.