# 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 = "hwnd" version = "0.0.0-2024-01-05" authors = ["MaulingMonkey "] exclude = [".vscode"] description = "Well documented, safe-leaning, sound, low-level API bindings to `HWND`-adjacent APIs" documentation = "https://docs.rs/hwnd" readme = "Readme.md" keywords = [ "hwnd", "window", "win32", "windowing", ] categories = [ "api-bindings", "gui", "os::windows-apis", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/MaulingMonkey/hwnd" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" [lib] path = "src/_lib.rs" [target."cfg(windows)".dependencies.abibool] version = "0.5" [target."cfg(windows)".dependencies.abistr] version = "0.2.0-rc.3" [target."cfg(windows)".dependencies.bytemuck] version = "1" features = ["derive"] [target."cfg(windows)".dependencies.lazy_static] version = "1" [target."cfg(windows)".dependencies.raw-window-handle-0-1] version = "0.1" optional = true package = "raw-window-handle" [target."cfg(windows)".dependencies.raw-window-handle-0-2] version = "0.2" optional = true package = "raw-window-handle" [target."cfg(windows)".dependencies.raw-window-handle-0-3] version = "0.3" optional = true package = "raw-window-handle" [target."cfg(windows)".dependencies.raw-window-handle-0-4] version = "0.4" optional = true package = "raw-window-handle" [target."cfg(windows)".dependencies.raw-window-handle-0-5] version = "0.5" optional = true package = "raw-window-handle" [target."cfg(windows)".dependencies.raw-window-handle-0-6] version = "0.6" optional = true package = "raw-window-handle" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "std", "d3d9types", "guiddef", "minwindef", "ntdef", "windef", "winerror", "errhandlingapi", "libloaderapi", "processthreadsapi", "sysinfoapi", "unknwnbase", "winuser", ] [target."cfg(windows)".dependencies.winresult] version = "0.1.3"