# 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 = "thread-id" version = "5.0.0" authors = ["Ruud van Asseldonk "] description = "Get a unique thread ID" documentation = "https://docs.rs/thread-id" readme = "readme.md" keywords = [ "thread", "pthread", "getcurrentthreadid", ] license = "MIT/Apache-2.0" repository = "https://github.com/ruuda/thread-id" resolver = "2" [target."cfg(unix)".dependencies.libc] version = "0.2.147" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = ["Win32_System_Threading"]