# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "free-cpus" version = "2.0.0" authors = ["Louis Merlin "] description = "Get the set of free CPU cores on your Linux machine." homepage = "https://github.com/louismerlin/free-cpus" documentation = "https://docs.rs/free-cpus" readme = "README.md" keywords = [ "cpu", "cpus", "cores", "free", "processes", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/louismerlin/free-cpus" [dependencies.anyhow] version = "1.0.75" [dependencies.num_cpus] version = "1.16.0"