Cargo Features

[dependencies]
faithe = { version = "0.8.0", default-features = false, features = ["no-std", "alloc", "no-msgs", "nightly", "external", "iced-x86", "thiserror"] }
default = alloc, external, iced-x86, nightly, thiserror, windows

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

no-std
alloc default

Affects faithe::pattern

no-msgs
nightly default

Affects module::get_module_address, module::get_module_information, process::get_peb, thread::get_teb

external default

Enables Win32_System_Diagnostics_Debug, Win32_System_Diagnostics_ToolHelp and Win32_System_Kernel of windows ^0.36

Affects faithe::module, faithe::process, faithe::thread, winapi::access_rights

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.

iced-x86 default
thiserror default
windows win default external

Enables windows ^0.36