Cargo Features
[dependencies]
evtx = { version = "0.8.4", default-features = false, features = ["fast-alloc", "evtx_dump", "multithreading"] }
- default = evtx_dump, multithreading
-
These default features are set whenever
evtx
is added without
somewhere in the dependency tree.default-features = false - fast-alloc = rpmalloc, tikv-jemallocator
- 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
- rpmalloc win fast-alloc?
- tikv-jemallocator not win fast-alloc?