Cargo Features

[dependencies]
pinned-init = { version = "0.0.7", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc
alloc std

Pinned-init has 3 features without comments.