compio-signal 0.3.0

Signal handling for compio
Documentation
[dependencies.compio-runtime]
features = ["event"]
version = "0.5.0"

[features]
default = []
io-uring = ["compio-driver/io-uring"]
lazy_cell = []
nightly = ["lazy_cell", "once_cell_try"]
once_cell_try = []

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

[package]
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous"]
description = "Signal handling for compio"
edition = "2021"
keywords = ["async", "signal"]
license = "MIT"
name = "compio-signal"
readme = "README.md"
repository = "https://github.com/compio-rs/compio"
version = "0.3.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(all(unix, not(target_os = "linux")))'.dependencies.once_cell]
version = "1.18.0"

[target.'cfg(all(unix, not(target_os = "linux")))'.dependencies.os_pipe]
version = "1.1.4"

[target.'cfg(all(unix, not(target_os = "linux")))'.dependencies.slab]
version = "0.4.9"

[target.'cfg(target_os = "linux")'.dependencies.compio-buf]
version = "0.5.0"

[target.'cfg(target_os = "linux")'.dependencies.compio-driver]
default-features = false
version = "0.5.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.149"

[target."cfg(windows)".dependencies.compio-driver]
default-features = false
version = "0.5.0"

[target."cfg(windows)".dependencies.once_cell]
version = "1.18.0"

[target."cfg(windows)".dependencies.slab]
version = "0.4.9"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.52.0"