[go: up one dir, main page]

core_affinity 0.4.1

Manages CPU affinities
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "core_affinity"
version = "0.4.1"
authors = ["Philip Woods <elzairthesorcerer@gmail.com>"]
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"]
categories = ["hardware-support", "os"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Elzair/core_affinity_rs"

[dependencies]
[dev-dependencies.num_cpus]
version = "1.6.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.2.8"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2.30"