Cargo Features

[dependencies]
rapl-energy = { version = "0.1.19", default-features = false, features = ["http", "hwmon", "nvml"] }
default = http, hwmon, nvml

These default features are set whenever rapl-energy is added without default-features = false somewhere in the dependency tree.

http default

Enables ureq

hwmon default

Enables libmedium

nvml default

Enables nvml-wrapper and once_cell

rapl-energy has 4 features without comments.