eventlog 0.3.0

A log-compatible wrapper around the Windows Event Log API
Documentation
[build-dependencies.regex]
default-features = false
features = ["std", "unicode-perl"]
version = "1.7.1"

[build-dependencies.sha2]
version = "0.10.6"

[dependencies.log]
features = ["std"]
version = "0.4.17"

[dependencies.registry]
version = "1.2.2"

[dependencies.thiserror]
version = "1.0.38"

[dependencies.windows]
features = ["Win32_Foundation", "Win32_System_EventLog", "Win32_Security"]
version = "0.58"

[dev-dependencies.rand]
version = "0.8.5"

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

[package]
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["development-tools::debugging", "os::windows-apis"]
description = "A log-compatible wrapper around the Windows Event Log API"
edition = "2018"
keywords = ["eventlog", "logging", "windows"]
license = "MIT OR Apache-2.0"
name = "eventlog"
readme = "README.md"
repository = "https://github.com/bbqsrc/eventlog"
version = "0.3.0"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-gnu"
targets = ["x86_64-pc-windows-gnu"]

[[test]]
name = "end-to-end"
path = "tests/end-to-end.rs"