Cargo Features

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

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

std default

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework