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
somewhere in the dependency tree.default-features = false - 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.