# 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 = "xloop_windows" version = "0.1.1" description = "windows impl for xloop." license = "MIT" repository = "https://gitee.com/mindbox/xloop" [lib] path = "lib.rs" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.thunderdome] version = "0.6" [dependencies.windows] version = "0.57" features = [ "Win32_Graphics_Gdi", "Win32_Globalization", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Performance", "Win32_UI_WindowsAndMessaging", "Win32_UI_TextServices", "Win32_UI_Input_Ime", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Input_Pointer", "Win32_UI_Input_Touch", ] [dependencies.xloop_types] version = "0.1"