Cargo Features

[dependencies]
memflow-win32-defs = { version = "0.2.0", default-features = false, features = ["std", "symstore", "download_progress", "serde"] }
default = download_progress, symstore

These default features are set whenever memflow-win32-defs is added without default-features = false somewhere in the dependency tree.

std symstore

Enables std of no-std-compat

symstore default = dirs, pdb, std, ureq

Affects offsets::pdb, offsets::symstore

download_progress default = indicatif, progress-streams

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.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

dirs symstore

Enables dirs

symbolstore

ureq symstore
pdb symstore
indicatif download_progress
progress-streams download_progress