[dependencies.num_cpus]
version = "^1.14.0"
[lib]
name = "core_affinity"
path = "src/lib.rs"
[package]
authors = ["Philip Woods <elzairthesorcerer@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os"]
description = "Manages CPU affinities"
documentation = "https://docs.rs/core_affinity/"
homepage = "https://github.com/Elzair/core_affinity_rs"
keywords = ["affinity", "thread-affinity", "cpu", "core"]
license = "MIT/Apache-2.0"
name = "core_affinity"
readme = "README.md"
repository = "https://github.com/Elzair/core_affinity_rs"
version = "0.8.3"
[target.'cfg(any(target_os = "android", target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "netbsd"))'.dependencies.libc]
version = "^0.2.30"
[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["processthreadsapi", "winbase"]
version = "^0.3.9"