[badges.maintenance]
status = "as-is"
[dependencies.parking_lot]
version = "0.12.3"
[[example]]
name = "breakout"
path = "examples/breakout.rs"
[[example]]
name = "wait"
path = "examples/wait.rs"
[lib]
name = "simple_sigh"
path = "src/lib.rs"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "os"]
description = "Simple signal handler, intended for examples."
edition = "2021"
exclude = [".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml"]
keywords = ["signals"]
license = "0BSD"
name = "simple-sigh"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/simple-sigh"
rust-version = "1.56"
version = "0.1.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.171"
[target."cfg(unix)".dependencies.nix]
features = ["signal"]
version = "0.29.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.59.0"