]> git.proxmox.com Git - rustc.git/blob - src/vendor/num_cpus/Cargo.toml.orig
New upstream version 1.20.0+dfsg1
[rustc.git] / src / vendor / num_cpus / Cargo.toml.orig
1 [package]
2
3 name = "num_cpus"
4 version = "1.6.2"
5 description = "Get the number of CPUs on a machine."
6 authors = ["Sean McArthur <sean.monstar@gmail.com>"]
7 license = "MIT/Apache-2.0"
8 repository = "https://github.com/seanmonstar/num_cpus"
9 documentation = "https://docs.rs/num_cpus"
10 keywords = ["cpu", "cpus", "cores"]
11 categories = ["hardware-support"]
12
13 [dependencies]
14 libc = "0.2.6"