Cargo Features

[dependencies]
evtx = { version = "0.8.2", default-features = false, features = ["fast-alloc", "evtx_dump", "multithreading"] }
default = evtx_dump, multithreading

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

fast-alloc = jemallocator, rpmalloc
evtx_dump default = anyhow, clap, dialoguer, indoc, simplelog

Required by the evtx_dump binary

multithreading default = rayon

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.

rayon multithreading

Enables rayon

Optional for multithreading.

anyhow evtx_dump

Enables anyhow

evtx_dump dependencies

simplelog evtx_dump
clap evtx_dump
dialoguer evtx_dump
indoc evtx_dump
jemallocator not win fast-alloc?
rpmalloc win fast-alloc?