Cargo Features

[dependencies]
rapl-energy = { version = "0.1.12", 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

Affects libc::start_ina

hwmon default

Enables libmedium

nvml default

Enables nvml-wrapper and once_cell