[dependencies.compio]
version = "0.15.0"
[lib]
name = "winio_pollable"
path = "src/lib.rs"
[package]
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A thin wrapper over compio-runtime to make it pollable."
edition = "2021"
license = "MIT"
name = "winio-pollable"
readme = "README.md"
repository = "https://github.com/compio-rs/winio"
version = "0.1.0"
[target.'cfg(target_os = "linux")'.dependencies.rustix]
features = ["event"]
version = "1"