]> git.proxmox.com Git - rustc.git/blame - src/vendor/thread-id/Cargo.toml
New upstream version 1.19.0+dfsg3
[rustc.git] / src / vendor / thread-id / Cargo.toml
CommitLineData
8bb4bdeb
XL
1[package]
2name = "thread-id"
7cac9316 3version = "3.1.0"
8bb4bdeb 4authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
7cac9316 5license = "MIT/Apache-2.0"
8bb4bdeb
XL
6readme = "readme.md"
7keywords = ["thread", "pthread", "getcurrentthreadid"]
8description = "Get a unique thread ID"
9repository = "https://github.com/ruuda/thread-id"
10documentation = "https://docs.rs/thread-id"
11
12[target.'cfg(unix)'.dependencies]
13libc = "0.2.6"
14
15[target.'cfg(windows)'.dependencies]
16kernel32-sys = "0.2.1"