Cargo Features

[dependencies]
vmem = { version = "1.0.0", default-features = false, features = ["std", "nightly", "spin"] }
default = nightly

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

std
nightly default
spin

Enables spin

Vmem has 4 features without comments.