Cargo Features

[dependencies]
stackbox = { version = "0.2.2", default-features = false, features = ["std", "alloc", "docs", "unsize"] }
default = alloc

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

std = alloc
alloc default std?
docs

Features from optional dependencies

unsize implicit feature

Enables unsize

unsize:

A stable alternative to CoerceUnsize