Cargo Features

[dependencies]
storagevec = { version = "0.2.1", default-features = false, features = ["alloc", "stack"] }
default = alloc

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

alloc default = hashbrown
stack

Enables alloc of tinyvec

tinyvec:

Provide things that utilize the alloc crate, namely TinyVec.

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hashbrown alloc

Enables hashbrown ^0.8.2