Cargo Features

[dependencies]
dionysos = { version = "1.2.6", default-features = false, features = ["scan_evtx", "scan_reg"] }
default = scan_evtx, scan_reg

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

scan_evtx default = evtx
scan_reg default = binread, nt_hive2

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.

evtx scan_evtx
nt_hive2 scan_reg

Enables nt_hive2 ^3.0

binread scan_reg