# 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 = "witas" version = "0.11.2" authors = ["LNSEAB <691752+LNSEAB@users.noreply.github.com>"] description = "An asynchronous window library in Rust for Windows" documentation = "https://docs.rs/witas" readme = "README.md" keywords = [ "gui", "windows", ] categories = ["gui"] license = "MIT" repository = "https://github.com/LNSEAB/witas" [package.metadata.docs.rs] all-features = true default-targets = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [dependencies.coinit] version = "0.1.12" optional = true [dependencies.num] version = "0.4.1" [dependencies.once_cell] version = "1.18.0" [dependencies.raw-window-handle] version = "0.5" [dependencies.serde] version = "1.0.183" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.47" [dependencies.tokio] version = "1.32.0" features = [ "sync", "rt", "macros", "rt-multi-thread", ] [dependencies.windows] version = "0.51.1" features = [ "Win32_Foundation", "Win32_Security", "Win32_Devices_HumanInterfaceDevice", "Win32_Graphics_Gdi", "Win32_Globalization", "Win32_UI_HiDpi", "Win32_UI_Input", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Input_Ime", "Win32_UI_Shell", "Win32_UI_Shell_Common", "Win32_UI_Controls", "Win32_UI_WindowsAndMessaging", "Win32_Storage_FileSystem", "Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Com", ] [dev-dependencies.windows] version = "0.51.1" features = [ "Win32_Foundation", "Win32_System_Com", "Win32_Graphics_Direct2D", "Win32_Graphics_Direct2D_Common", "Win32_Graphics_Dxgi_Common", ] [features] coinit = ["dep:coinit"] dialog = ["coinit"] serde = ["dep:serde"]