thread-id 5.0.0

Get a unique thread ID
Documentation
[package]
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
description = "Get a unique thread ID"
documentation = "https://docs.rs/thread-id"
edition = "2021"
keywords = ["thread", "pthread", "getcurrentthreadid"]
license = "MIT/Apache-2.0"
name = "thread-id"
readme = "readme.md"
repository = "https://github.com/ruuda/thread-id"
resolver = "2"
version = "5.0.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.147"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Threading"]
version = "0.59"