[package] name = "num_cpus" version = "1.6.2" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0" repository = "https://github.com/seanmonstar/num_cpus" documentation = "https://docs.rs/num_cpus" keywords = ["cpu", "cpus", "cores"] categories = ["hardware-support"] [dependencies] libc = "0.2.6"