Cargo Features

[dependencies]
memflow-win32 = { version = "0.2.0", default-features = false, features = ["std", "plugins", "embed_offsets", "serde_derive", "symstore", "download_progress", "regex"] }
default = download_progress, embed_offsets, regex, serde_derive, std, symstore

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

Enables memflow

std default

Enables std of memflow, no-std-compat, and pelite

plugins

Enables plugins of memflow

Affects memflow-win32::plugins

embed_offsets default = serde

Enables serde_derive of memflow, serde of memflow-win32-defs

Affects build::Win32OffsetFileStart

serde_derive default = serde

Enables serde_derive of memflow, serde of memflow-win32-defs, serde and std of pelite

symstore default

Enables symstore of memflow-win32-defs

download_progress default

Enables download_progress of memflow-win32-defs

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 embed_offsets serde_derive
regex default

Enables regex

will be replaced by our own signature scanner