[dependencies.tokio]
features = ["sync", "macros"]
version = "1.34.0"
[dependencies.windows-core]
version = "0.52.0"
[dependencies.windows-sys]
features = ["Win32_System_Threading", "Win32_Foundation", "Win32_Security", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_UI_Shell", "Win32_System_Registry"]
version = "0.52.0"
[dev-dependencies.anyhow]
version = "1.0.75"
[dev-dependencies.tokio]
features = ["full"]
version = "1.34.0"
[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = ["asynchronous"]
description = "A minimally viable Windows context for Rust.\n"
documentation = "https://docs.rs/winctx"
edition = "2021"
homepage = "https://github.com/udoprog/winctx"
keywords = ["async", "windows"]
license = "MIT OR Apache-2.0"
name = "winctx"
readme = "README.md"
repository = "https://github.com/udoprog/winctx"
rust-version = "1.63"
version = "0.0.7"