# 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" name = "winlog2" version = "0.3.1" authors = [ "Jeroen C. van Gelderen ", "Berrysoft ", ] description = "A simple Rust log backend to send messages to the Windows event log." homepage = "https://github.com/Berrysoft/winlog" documentation = "https://github.com/Berrysoft/winlog" readme = "README.md" keywords = [ "eventlog", "logging", "windows", ] categories = [ "development-tools::debugging", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Berrysoft/winlog" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.env_logger] version = "0.10" optional = true default-features = false [dependencies.log] version = "0.4" features = ["std"] [dependencies.thiserror] version = "1" [dependencies.widestring] version = "1" [dependencies.windows-sys] version = "0.48" features = ["Win32_System_EventLog"] [dependencies.winreg] version = "0.50" [dev-dependencies.rand] version = "0.8" [dev-dependencies.scopeguard] version = "1" [build-dependencies.winresource] version = "0.1"