Cargo Features

[dependencies]
win32-ecoqos = { version = "0.3.0", default-features = false, features = ["find_thread", "nightly"] }
default = find_thread

The find_thread feature is set by default whenever win32-ecoqos is added without default-features = false somewhere in the dependency tree.

find_thread default

Enables serde and wmi

wmi:

to find threads by name

Affects win32-ecoqos::utils

nightly