thread-id 4.1.0

Get a unique thread ID
Documentation
[badges.appveyor]
branch = "v4.1.0"
repository = "ruuda/thread-id-y5v5o"

[package]
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
description = "Get a unique thread ID"
documentation = "https://docs.rs/thread-id"
keywords = ["thread", "pthread", "getcurrentthreadid"]
license = "MIT/Apache-2.0"
name = "thread-id"
readme = "readme.md"
repository = "https://github.com/ruuda/thread-id"
version = "4.1.0"
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2.6"
[target."cfg(windows)".dependencies.winapi]
features = ["processthreadsapi"]
version = "0.3"