Cargo Features

[dependencies]
blink-alloc = { version = "0.3.1", default-features = false, features = ["std", "alloc", "nightly", "sync"] }
default = std

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

std default sync? = alloc

Enables std of allocator-api2

alloc std

Enables alloc of allocator-api2

nightly

Enables nightly of allocator-api2, allocator_api of bumpalo

sync = parking_lot, std

Affects global::sync

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.

parking_lot sync?