[dependencies]
[lib]
name = "thread_count"
path = "src/lib.rs"
[package]
authors = ["Tomio <mail@tom1o.space>", "AhoyISki <ahoyiski@gmail.com>"]
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-count"
edition = "2021"
keywords = ["thread", "count", "process", "number", "current"]
license = "MIT"
name = "thread-count"
readme = "README.md"
repository = "https://github.com/AhoyISki/thread-count"
version = "0.3.0"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.mach2]
version = "0.4.1"
[target."cfg(windows)".dependencies.field-offset]
version = "0.3.4"
[target."cfg(windows)".dependencies.windows]
features = ["alloc", "Win32_System_Diagnostics_ToolHelp", "Win32_Foundation"]
version = "0.38.0"