[package]
name = "windows-threadpool-sys"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/windows-threadpool-sys"
readme = "README.md"
description = "Memory-safe access to the Windows thread pool APIs."
keywords = ["windows", "threadpool", "asynchronous", "ffi"]
categories = ["api-bindings", "os::windows-apis"]
[lib]
path = "src/lib.rs"
[dependencies]
windows-sys = {
version = "0.61.2",
default-features = false,
features = ["Win32_System_IO", "Win32_System_Threading"],
}