Cargo Features

[dependencies]
aarch64-std = { version = "0.1.2", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

aarch64-std has 2 features without comments.