grace 0.1.0

Intercept shutdown requests in a portable way
Documentation
[dependencies.futures]
optional = true
version = "0.3.8"

[dependencies.parking_lot]
version = "0.11.1"

[package]
authors = ["Diggory Blake <diggsey@googlemail.com>"]
description = "Intercept shutdown requests in a portable way"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "grace"
readme = "README.md"
repository = "https://github.com/Diggsey/grace"
version = "0.1.0"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"

[target."cfg(not(windows))".dependencies.signal-stack]
version = "0.1.0"
[target."cfg(windows)".dependencies.winapi]
features = ["consoleapi"]
version = "0.3.9"