blob: 942fde7a2e1d1f08f8d38471c5bbd2f994e2916e [file] [log] [blame] [edit]
[package]
name = "thread-id"
version = "2.0.0"
authors = ["Ruud van Asseldonk <[email protected]>"]
license = "Apache-2.0"
readme = "readme.md"
keywords = ["thread", "pthread", "getcurrentthreadid"]
description = "Get a unique thread ID"
repository = "https://github.com/ruud-v-a/thread-id"
documentation = "https://ruud-v-a.github.io/thread-id/doc/v2.0.0/thread-id/"
[dependencies]
libc = "0.2.6"
kernel32-sys = "0.2.1"