thread-priority 1.0.0

Library for managing threads priority and schedule policies
Documentation
[dependencies.bitflags]
version = "2"

[dependencies.cfg-if]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.rustversion]
version = "1"
[dev-dependencies.rstest]
version = "0.19"

[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 = "2021"
keywords = ["thread", "schedule", "priority", "pthread"]
license = "MIT"
name = "thread-priority"
readme = "README.md"
repository = "https://github.com/iddm/thread-priority"
rust-version = "1.67.1"
version = "1.0.0"
[target."cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"macos\", target_os = \"ios\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.libc]
version = ">=0.2.123"
[target."cfg(windows)".dependencies.libc]
version = ">=0.2.123"

[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi", "processthreadsapi", "winnt", "minwindef", "winbase"]
version = "0.3"