[package]
name = "spin_sleep"
version = "0.3.7"
authors = ["Alex Butler <alexheretic@gmail.com>"]
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"
[dev-dependencies.approx]
version = "0.3"
[features]
nondeterministic_tests = []
[target."cfg(windows)".dependencies.lazy_static]
version = "1"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["minwindef", "mmsystem", "timeapi"]