# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "hipthread"
path = "src/lib.rs"

[dependencies.cfg-if]
version = "0.1"

[dependencies.hierr]
version = "0.2.4"

[dependencies.hipool]
version = "0.3.3"

[dependencies.libc]
version = "0.2"