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 wheneveraida64-reader-rs
is added without
somewhere in the dependency tree.default-features = false - 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.