# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "suspend-time" version = "0.1.2" description = "A cross-platform monotonic clock that is suspend-unaware, written in Rust!" homepage = "https://github.com/Rippling/suspend-time" readme = "README.md" license = "MIT" repository = "https://github.com/Rippling/suspend-time" [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] version = "1.28.1" features = [ "full", "tracing", "time", "test-util", ] [dependencies.windows-sys] version = "0.52" features = ["Win32_System_WindowsProgramming"]