Cargo Features

[dependencies]
shared_vector = { version = "0.4.4", default-features = false, features = ["std", "nightly"] }
default = std

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

std default

Enables std of allocator-api2

nightly

Enables nightly of allocator-api2 and blink-alloc ^0.2.5

SharedVector has 3 features without comments.