# 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 = "evtxtools" version = "1.12.1" authors = ["Jan Starke "] description = "tools for the analysis of evtx files" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/janstarke/evtxtools" [lib] name = "libevtx" path = "src/lib.rs" [[bin]] name = "evtxscan" path = "src/evtxscan.rs" [[bin]] name = "evtxcat" path = "src/evtxcat.rs" [[bin]] name = "evtxls" path = "src/evtxls.rs" [[bin]] name = "evtxanalyze" path = "src/evtxanalyze.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = [ "derive", "cargo", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.colored] version = "2" [dependencies.colored_json] version = "3" [dependencies.evtx] version = "0.8" [dependencies.lazy-regex] version = "2.3.1" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sigpipe] version = "0" [dependencies.simplelog] version = "0.12" [dependencies.term-table] version = "1.3" [dependencies.termsize] version = "0.1"