spin_sleep 0.3.7

Accurate sleeping. Only use native sleep as far as it can be trusted, then spin.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"]