# 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] name = "core_affinity" version = "0.8.1" authors = ["Philip Woods "] description = "Manages CPU affinities" homepage = "https://github.com/Elzair/core_affinity_rs" documentation = "https://docs.rs/core_affinity/" readme = "README.md" keywords = [ "affinity", "thread-affinity", "cpu", "core", ] categories = ["os"] license = "MIT/Apache-2.0" repository = "https://github.com/Elzair/core_affinity_rs" [dependencies.num_cpus] version = "^1.14.0" [target."cfg(any(target_os = \"android\", target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\"))".dependencies.libc] version = "^0.2.30" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "^0.3.9" features = [ "processthreadsapi", "winbase", ]