Cargo Features

[dependencies]
smallvectune = { version = "0.0.1", default-features = false, features = ["std", "union"] }
default = std

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

std default

Enables std of smallvec ^0.6.5

union

Enables union of smallvec ^0.6.5

smallvectune has 3 features without comments.