Cargo Features

[dependencies]
win-kernel = { version = "2.11.19", default-features = false, features = ["std", "alloc", "system", "no-exec", "alloctag", "serde", "deadlock_detection", "arbitrary"] }
default = alloc, alloctag

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

std
alloc default
system

Affects memory::get_virtual_for_physical, memory::get_physical_for_virtual, memory::write_memory

no-exec
alloctag default

Affects allocator::KernelAllocator

raw-api serde
deadlock_detection

Affects parking_lot::deadlock.check_deadlock

nightly arbitrary