eventlog 0.3.1

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

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

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

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

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

[dependencies.registry]
version = "1.2.2"

[dependencies.thiserror]
version = "1.0.38"

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

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

[build-dependencies.regex]
version = "1.7.1"
features = [
    "std",
    "unicode-perl",
]
default-features = false

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