evtx 0.1.1

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.1.1"
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"

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

[dependencies.chrono]
version = "0.4.6"

[dependencies.clap]
version = "2.32.0"

[dependencies.crc]
version = "1.8.1"

[dependencies.encoding]
version = "0.2.33"

[dependencies.env_logger]
version = "0.6.0"

[dependencies.failure]
version = "0.1.5"

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

[dependencies.memmap]
version = "0.7.0"

[dependencies.owning_ref]
version = "0.4.0"

[dependencies.stable_deref_trait]
version = "1.1.1"

[dependencies.time]
version = "0.1.42"

[dependencies.xml-rs]
version = "0.8.0"
[dev-dependencies.criterion]
version = "0.2"

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