Cargo Features

[dependencies]
gpu-alloc = { version = "0.6.0", default-features = false, features = ["std", "serde", "tracing"] }
default = std

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

std default
serde

Enables serde, serde of bitflags

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust