[package] name = "cpuburn" version = "0.1.1" edition = "2021" description = "cpuburn is a tool to push your CPU to 100%" authors = ["Erik Hollensbe "] license = "MIT" homepage = "https://github.com/erikh/cpuburn" repository = "https://github.com/erikh/cpuburn" keywords = [ "performance", "stress", "testing" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num_cpus = "^1"