evtxtools 1.2.0

tools for the analysis of evtx files
Documentation
[[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]
features = ["derive", "cargo"]
version = "4"

[dependencies.clap-verbosity-flag]
version = "2.0.0"

[dependencies.colored_json]
version = "3"

[dependencies.evtx]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.simplelog]
version = "0.12"

[dependencies.term-table]
version = "1.3"

[dependencies.termsize]
version = "0.1"

[lib]
name = "libevtx"
path = "src/lib.rs"

[package]
description = "tools for the analysis of evtx files"
edition = "2021"
license = "GPL-3.0"
name = "evtxtools"
readme = "README.md"
repository = "https://github.com/janstarke/evtxtools"
resolver = "2"
version = "1.2.0"