blob: f708cc8780f01961fae89f618c9536bcda104434 [file] [log] [blame]
Joel Galenson006226b2020-10-23 08:06:44 -07001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
David LeGare1c542932022-03-02 16:21:07 +00006# to registry (e.g., crates.io) dependencies.
Joel Galenson006226b2020-10-23 08:06:44 -07007#
David LeGare1c542932022-03-02 16:21:07 +00008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Joel Galenson006226b2020-10-23 08:06:44 -070011
12[package]
13name = "num_cpus"
David LeGare1c542932022-03-02 16:21:07 +000014version = "1.13.1"
Joel Galenson006226b2020-10-23 08:06:44 -070015authors = ["Sean McArthur <sean@seanmonstar.com>"]
16description = "Get the number of CPUs on a machine."
17documentation = "https://docs.rs/num_cpus"
18readme = "README.md"
19keywords = ["cpu", "cpus", "cores"]
20categories = ["hardware-support"]
David LeGare1c542932022-03-02 16:21:07 +000021license = "MIT OR Apache-2.0"
Joel Galenson006226b2020-10-23 08:06:44 -070022repository = "https://github.com/seanmonstar/num_cpus"
Joel Galenson006226b2020-10-23 08:06:44 -070023[target."cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))".dependencies.hermit-abi]
24version = "0.1.3"
David LeGare1c542932022-03-02 16:21:07 +000025[target."cfg(not(windows))".dependencies.libc]
26version = "0.2.26"