blob: a6e9434e0f4aca9289a375ae7dce90a98588a998 [file] [log] [blame]
Joel Galenson006226b2020-10-23 08:06:44 -07001[package]
2
3name = "num_cpus"
4version = "1.13.0" # don't forget to update html_root_url
5description = "Get the number of CPUs on a machine."
6authors = ["Sean McArthur <sean@seanmonstar.com>"]
7license = "MIT/Apache-2.0"
8repository = "https://github.com/seanmonstar/num_cpus"
9documentation = "https://docs.rs/num_cpus"
10keywords = ["cpu", "cpus", "cores"]
11categories = ["hardware-support"]
12readme = "README.md"
13
14[dependencies]
15libc = "0.2.26"
16
17[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
18hermit-abi = "0.1.3"