num_cpus 1.16.0

Get the number of CPUs on a machine.
Documentation
[package]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
categories = ["hardware-support"]
description = "Get the number of CPUs on a machine."
documentation = "https://docs.rs/num_cpus"
keywords = ["cpu", "cpus", "cores"]
license = "MIT OR Apache-2.0"
name = "num_cpus"
readme = "README.md"
repository = "https://github.com/seanmonstar/num_cpus"
version = "1.16.0"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.26"
[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
version = "0.3.0"