cargo machete
Analyzing dependencies of crates in this directory...
cargo-machete found the following unused dependencies in /Users/reguser/Documents/YamatoSecurity/hayabusa-evtx:
evtx -- /Users/reguser/Documents/YamatoSecurity/hayabusa-evtx/Cargo.toml:
serde
simplelog
I did not get a compile error when removing these two crates so we probably do not need them.
I ran
cargo machete
to find unused crates:I did not get a compile error when removing these two crates so we probably do not need them.