[package]
name = "hipthread"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [ "hantingjun <hantingjun@huawei.com>" ]
repository = "https://gitcode.com/xuanwu/hipthread"
description = "no-std thread library based on pthread"
keywords = ["no-std", "pthread", "mingw", "thread"]

[dependencies]
hierr = "0.2.4"
hipool = "0.3.3"
libc = "0.2"
cfg-if = "0.1"