# 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 = "win64" version = "0.0.1" authors = ["Gabriel Lugo "] description = "An opinionated modernization of the Win32 windowing library" readme = "README.md" keywords = [ "win32", "windows", "windowing", ] categories = [ "game-development", "rendering", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GTLugo/win64" [profile.dev] opt-level = 0 [profile.dev.package."*"] opt-level = 3 [dependencies.bitflags] version = "2.6" [dependencies.cursor-icon] version = "1.1" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" default-features = false [dependencies.windows] version = "0.58.0" features = [ "UI_ViewManagement", "Win32_Devices_HumanInterfaceDevice", "Win32_Foundation", "Win32_Security", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_UI_Accessibility", "Win32_UI_Controls", "Win32_UI_HiDpi", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Dwm", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_UI_Input", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell_Common", "Win32_UI_Shell_PropertiesSystem", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features]