async-signal 0.2.6

Async signal handling
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.futures-core]
version = "0.3.26"
[dev-dependencies.async-io]
version = "2.0.0"

[dev-dependencies.fastrand]
version = "2.0.1"

[dev-dependencies.futures-lite]
version = "2.3.0"

[dev-dependencies.signal-hook]
version = "0.3.14"

[package]
authors = ["John Nunley <dev@notgull.net>"]
categories = ["asynchronous", "concurrency", "os", "signal-handling"]
description = "Async signal handling"
edition = "2018"
exclude = ["/.*"]
keywords = ["async", "signal", "signal-hook", "signal-hook-registry"]
license = "Apache-2.0 OR MIT"
name = "async-signal"
readme = "README.md"
repository = "https://github.com/smol-rs/async-signal"
rust-version = "1.63"
version = "0.2.6"
[target."cfg(unix)".dependencies.async-io]
version = "2.0.0"

[target."cfg(unix)".dependencies.futures-io]
version = "0.3.26"

[target."cfg(unix)".dependencies.rustix]
default-features = false
features = ["process", "std"]
version = "0.38.15"

[target."cfg(unix)".dependencies.signal-hook-registry]
version = "1.4.0"
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2.139"
[target."cfg(windows)".dependencies.async-lock]
version = "3.3.0"

[target."cfg(windows)".dependencies.atomic-waker]
version = "1.1.1"

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

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