# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "evtx2bodyfile" version = "1.3.0" authors = ["Jan Starke "] description = "Parses a lot of evtx files and prints a bodyfile" readme = "README.md" license = "GPL-3.0" [dependencies.anyhow] version = "1.0.40" [dependencies.bodyfile] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.env_logger] version = "0.10" [dependencies.es4forensics] version = ">=0.5" default-features = false [dependencies.evtx] version = "0.8" [dependencies.getset] version = "0.1" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.ouroboros] version = "0.15" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.12"