naptime 0.1.0

Detect sleep and wake notifications from the OS.
Documentation
[dependencies.thiserror]
version = "1.0.63"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "signal"]
version = "1.39"

[dev-dependencies.tracing-subscriber]
features = ["fmt", "env-filter"]
version = "0.3.18"

[[example]]
name = "caffeine"
path = "examples/caffeine.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

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

[package]
authors = ["Ben Scott <gamepoet@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Detect sleep and wake notifications from the OS.
"""
edition = "2021"
keywords = ["sleep", "suspend", "wait"]
license = "MIT"
name = "naptime"
readme = "README.md"
repository = "https://github.com/gamepoet/naptime"
rust-version = "1.70"
version = "0.1.0"