# 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 = "spin_sleep" version = "1.2.1" authors = ["Alex Butler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Accurate sleeping. Only use native sleep as far as it can be trusted, then spin." readme = "README.md" keywords = ["sleep"] license = "Apache-2.0" repository = "https://github.com/alexheretic/spin-sleep" [lib] name = "spin_sleep" path = "src/lib.rs" [dev-dependencies.approx] version = "0.5" [features] nondeterministic_tests = [] [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_Security", "Win32_System", "Win32_System_Threading", "Win32_Media", ]