Cargo Features

[dependencies]
amdgpu-sysfs = { version = "0.14.0", default-features = false, features = ["overdrive", "serde"] }
default = overdrive

The overdrive feature is set by default whenever amdgpu-sysfs is added without default-features = false somewhere in the dependency tree.

overdrive default = enum_dispatch

Affects gpu_handle::overdrive

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.

enum_dispatch overdrive
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework