thread-amount 0.2.2

Get the amount of threads in the current process
Documentation
[dependencies]

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

[package]
authors = ["j3z <mail@j3z.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "os::windows-apis", "os::unix-apis"]
description = "Get the amount of threads in the current process"
documentation = "https://docs.rs/thread-amount"
edition = "2021"
keywords = ["thread", "amount", "process", "number", "current"]
license = "MIT"
name = "thread-amount"
readme = "README.md"
repository = "https://github.com/jzeuzs/thread-amount"
version = "0.2.2"

[target.'cfg(any(target_os = "freebsd", target_os = "linux"))'.dependencies.libc]
version = "0.2.177"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.mach2]
version = "0.6.0"

[target."cfg(windows)".dependencies.field-offset]
version = "0.3.6"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_Diagnostics_ToolHelp", "Win32_Foundation"]
version = "0.62.0"