windows-threadpool-sys 0.1.0

Memory-safe access to the Windows thread pool APIs.
Documentation
# 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 = "2024"
rust-version = "1.97"
name = "windows-threadpool-sys"
version = "0.1.0"
authors = ["Mike Grier"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory-safe access to the Windows thread pool APIs."
homepage = "https://github.com/MikeGrier/windows-threadpool-sys"
documentation = "https://docs.rs/windows-threadpool-sys"
readme = "README.md"
keywords = [
    "windows",
    "threadpool",
    "asynchronous",
    "ffi",
]
categories = [
    "api-bindings",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/MikeGrier/windows-threadpool-sys"
resolver = "2"

[lib]
name = "windows_threadpool_sys"
path = "src/lib.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_System_IO",
    "Win32_System_Threading",
]
default-features = false