[dependencies.cfg-if]
version = "1.0.0"
[dependencies.futures]
version = "0.3"
[dependencies.libc]
version = "0.2.154"
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.tokio]
features = ["full", "tracing", "time", "test-util"]
version = "1.28.1"
[dependencies.windows-sys]
features = ["Win32_System_WindowsProgramming"]
version = "0.52"
[package]
description = "A cross-platform monotonic clock that is suspend-unaware, written in Rust!"
edition = "2021"
homepage = "https://github.com/Rippling/suspend-time"
license = "MIT"
name = "suspend-time"
readme = "README.md"
repository = "https://github.com/Rippling/suspend-time"
version = "0.1.2"