You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
570 B
19 lines
570 B
[package]
|
|
|
|
name = "num_cpus"
|
|
version = "1.13.0" # don't forget to update html_root_url
|
|
description = "Get the number of CPUs on a machine."
|
|
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
|
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"]
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
libc = "0.2.26"
|
|
|
|
[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
|
|
hermit-abi = "0.1.3"
|