# 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" rust-version = "1.65" name = "winctx" version = "0.0.19" authors = ["John-John Tedro "] description = """ A minimal window context for Rust on Windows. """ homepage = "https://github.com/udoprog/winctx" documentation = "https://docs.rs/winctx" readme = "README.md" keywords = [ "async", "windows", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/udoprog/winctx" [dependencies.tokio] version = "1.34.0" features = [ "sync", "macros", ] [dependencies.windows-core] version = "0.52.0" [dependencies.windows-sys] version = "0.52.0" features = [ "Win32_System_Threading", "Win32_Foundation", "Win32_Security", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_UI_Shell", "Win32_System_Registry", "Win32_System_DataExchange", "Win32_System_Ole", "Win32_System_Memory", ] [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.image] version = "0.24.7" [dev-dependencies.tokio] version = "1.34.0" features = ["full"]