# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "winlog" version = "0.2.6" authors = ["Jeroen C. van Gelderen "] build = "build.rs" description = "A simple Rust log backend to send messages to the Windows event log." homepage = "https://gitlab.com/arbitrix/winlog" documentation = "https://gitlab.com/arbitrix/winlog" readme = "README.md" keywords = ["eventlog", "logging", "windows"] categories = ["development-tools::debugging", "os::windows-apis"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/arbitrix/winlog" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.env_logger] version = "0.6" features = [] optional = true default-features = false [dependencies.log] version = "0.4" features = ["std"] [dependencies.winapi] version = "0.3" features = ["winbase"] [dependencies.winreg] version = "0.5" [dev-dependencies.rand] version = "0.5" [build-dependencies.regex] version = "1.0" features = ["std", "unicode-perl"] default-features = false [build-dependencies.sha2] version = "0.8.0" [features] default = []