# 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 = "dgews" version = "0.1.5" authors = ["MrTitanHearted"] include = [ "src/", "LICENSE-MIT", "LICENSE-APACHE", "README.md", ] description = "Easy multithreaded toy windowing system for learning purposes only" homepage = "https://github.com/MrTitanHearted/dgews" documentation = "https://docs.rs/dgews/latest/dgews/" readme = "README.md" keywords = [ "dgews", "windows", "win32", "winapi", "gui", ] categories = [ "gui", "os::windows-apis", ] license = "MIT/Apache-2.0" repository = "https://github.com/MrTitanHearted/dgews" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [dependencies.raw-window-handle] version = "0.5.0" [dependencies.winapi] version = "0.3.9" features = [ "minwindef", "windef", "wingdi", "winuser", "libloaderapi", "dwmapi", ]