[package]
authors = ["Victor Polevoy <fx@thefx.co>"]
categories = ["concurrency", "asynchronous", "os"]
description = "Library for managing threads priority and schedule policies"
documentation = "https://docs.rs/thread-priority/"
edition = "2018"
keywords = ["thread", "schedule", "priority", "pthread"]
license = "MIT"
name = "thread-priority"
readme = "README.md"
repository = "https://github.com/vityafx/thread-priority"
version = "0.2.4"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi", "processthreadsapi", "winnt", "minwindef", "winbase"]
version = "0.3"