[dependencies.num_cpus]
version = "1.16.0"
[lib]
name = "spinwait"
path = "src/lib.rs"
[package]
authors = ["Dean Chalk dean.chalk@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust implementation of C#'s SpinWait type for lightweight spinning."
edition = "2021"
homepage = "https://github.com/deanchalk/spinwait"
license = "MIT"
name = "spinwait"
readme = "README.md"
repository = "https://github.com/deanchalk/spinwait"
version = "0.1.3"