Cargo Features

[dependencies]
aida64-reader-rs = { version = "0.1.33", default-features = false, features = ["shm", "reg", "wmis"] }
default = shm

The shm feature is set by default whenever aida64-reader-rs is added without default-features = false somewhere in the dependency tree.

shm default = serde-xml-rs, winapi

Affects aida64-reader-rs::shm

reg = winreg

Affects aida64-reader-rs::reg

wmis = wmi

Affects aida64-reader-rs::wmis

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.

winreg reg?
winapi shm
serde-xml-rs shm
wmi wmis?

Enables wmi ^0.13