wintf-winmsg-executor 0.0.3

Per-thread async executor for Windows (fork of winmsg-executor)
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 = "2021"
name = "wintf-winmsg-executor"
version = "0.0.3"
build = false
include = [
    "src/**/*.rs",
    "examples/**/*.rs",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Per-thread async executor for Windows (fork of winmsg-executor)"
readme = "README.md"
keywords = [
    "windows",
    "async",
    "executor",
    "winapi",
    "message-loop",
]
categories = [
    "asynchronous",
    "os::windows-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ekicyou/wintf-winmsg-executor"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "threads"
path = "examples/threads.rs"

[dependencies.async-task]
version = "4.7.1"
default-features = false

[dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Gdi",
    "Win32_System_Threading",
    "Win32_UI_WindowsAndMessaging",
]