[dependencies.const_format]
version = "0.2"
[dependencies.log]
version = "0.4"
[dev-dependencies.rstest]
version = "0.12"
[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.6.1"
[target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".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"