win64 0.0.7

Hand-crafted, idiomatic Rust wrappers for Win32
Documentation
# 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 = "2024"
rust-version = "1.94"
name = "win64"
version = "0.0.7"
authors = ["Gabriel A. Lugo-Maldonado <me@gtlugo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hand-crafted, idiomatic Rust wrappers for Win32"
readme = "README.md"
keywords = [
    "windows",
    "windowing",
]
categories = [
    "api-bindings",
    "os::windows-apis",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GTLugo/win64-rs"

[features]
default = ["rwh_06"]
rwh_05 = ["dep:rwh_05"]
rwh_06 = ["dep:rwh_06"]
safe = []

[lib]
name = "win64"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.9"

[dependencies.cppwinrt]
version = "0.3"

[dependencies.cursor-icon]
version = "1.1"

[dependencies.dpi]
version = "0.1"

[dependencies.keyboard-types]
version = "0.8"

[dependencies.libloading]
version = "0.9.0"

[dependencies.log]
version = "0.4"

[dependencies.rwh_05]
version = "0.5"
features = ["std"]
optional = true
package = "raw-window-handle"

[dependencies.rwh_06]
version = "0.6"
features = ["std"]
optional = true
package = "raw-window-handle"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.widestring]
version = "1.2"

[dependencies.win64-macro]
version = "0.3"

[dependencies.windows-registry]
version = "0.6"

[dependencies.windows-result]
version = "0.4"

[dependencies.windows-sys]
version = "0.61"
features = [
    "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",
]