# 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 = "eventvwr-rs" version = "0.1.0-YANKED" authors = ["Adversing"] description = "The perfect Rust library for accessing and reading Windows Event Log records." license = "MIT" [dependencies.winapi] version = "0.3.9" features = [ "winbase", "winnt", "minwindef", "errhandlingapi", "minwinbase", "ntdef", "winerror", "handleapi", ] [dependencies.windows] version = "0.53.0" features = [ "Data_Xml_Dom", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", ] [dependencies.windows-sys] version = "0.52" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_System_EventLog", ]