evtx 0.3.3

A Fast (and safe) parser for the Windows XML Event Log (EVTX) format
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "evtx"
version = "0.3.3"
authors = ["Omer Ben-Amram <omerbenamram@gmail.com>"]
exclude = ["**/*.evtx", "**/*.dat"]
description = "A Fast (and safe) parser for the Windows XML Event Log (EVTX) format"
homepage = "https://github.com/omerbenamram/EVTX"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/omerbenamram/EVTX"

[[bin]]
name = "evtx_dump"

[[bench]]
name = "benchmark"
path = "./src/benches/benchmark.rs"
harness = false
[dependencies.byteorder]
version = "1.3.1"

[dependencies.chrono]
version = "0.4.6"
features = ["serde"]

[dependencies.clap]
version = "2.33.0"

[dependencies.crc]
version = "1.8.1"

[dependencies.encoding]
version = "0.2.33"

[dependencies.env_logger]
version = "0.6.1"

[dependencies.log]
version = "^0.4"
features = ["release_max_level_debug"]

[dependencies.quick-xml]
version = "0.14.0"

[dependencies.rayon]
version = "1.0.3"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.simple_logger]
version = "1.0.1"

[dependencies.snafu]
version = "0.4.1"
features = ["backtraces", "rust_1_30"]

[dependencies.time]
version = "0.1.42"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.pretty_assertions]
version = "0.6.1"

[dev-dependencies.skeptic]
version = "0.13"
[build-dependencies.skeptic]
version = "0.13"

[features]
default = ["multithreading"]
multithreading = ["rayon"]