# 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" name = "lpt" version = "1.0.0" authors = ["hinto.janai "] description = "Low priority thread" documentation = "https://docs.rs/lpt" readme = "README.md" keywords = [ "low", "priority", "thread", ] license = "MIT" repository = "https://github.com/hinto-janai/lpt" [target."cfg(unix)".dependencies.libc] version = ">=0.2" default-features = false [target."cfg(windows)".dependencies.windows] version = ">=0.51" features = [ "Win32_System_Threading", "Win32_Foundation", ]