windows-eventlog-native 0.2.2

Native Windows Event Log querying and structured XML parsing for DFIR, detection engineering, and security research.
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 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"
rust-version = "1.85"
name = "windows-eventlog-native"
version = "0.2.2"
authors = ["zevs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Windows Event Log querying and structured XML parsing for DFIR, detection engineering, and security research."
documentation = "https://docs.rs/windows-eventlog-native"
readme = "README.md"
keywords = [
    "windows",
    "eventlog",
    "dfir",
    "forensics",
    "security",
]
categories = [
    "os::windows-apis",
    "parser-implementations",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/icedracon/windows-eventlog-native"

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

[[example]]
name = "recent_security_events"
path = "examples/recent_security_events.rs"

[[test]]
name = "smoke_query"
path = "tests/smoke_query.rs"

[[test]]
name = "xml_parse"
path = "tests/xml_parse.rs"

[[test]]
name = "xpath_builder"
path = "tests/xpath_builder.rs"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
    "serde",
]
default-features = false

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

[dependencies.thiserror]
version = "2"

[target."cfg(not(windows))".dependencies]

[target."cfg(windows)".dependencies.win32-min]
version = "0.1.2"
features = ["eventlog"]