# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.67.1" name = "thread-priority" version = "1.2.0" authors = ["Victor Polevoy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for managing threads priority and schedule policies" documentation = "https://docs.rs/thread-priority/" readme = "README.md" keywords = [ "thread", "schedule", "priority", "pthread", ] categories = [ "concurrency", "asynchronous", "os", ] license = "MIT" repository = "https://github.com/iddm/thread-priority" [lib] name = "thread_priority" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "unix" path = "tests/unix.rs" [[test]] name = "windows" path = "tests/windows.rs" [dependencies.bitflags] version = "2" [dependencies.cfg-if] version = "1" [dependencies.log] version = "0.4" [dependencies.rustversion] version = "1" [dev-dependencies.rstest] version = "0.19" [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(target_os = "vxworks")'.dependencies.libc] version = ">=0.2.161" [target."cfg(windows)".dependencies.libc] version = ">=0.2.123" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "errhandlingapi", "processthreadsapi", "winnt", "minwindef", "winbase", ]