# 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 = "thread-amount" version = "0.1.3" authors = ["Tomio "] description = "Get the amount of threads in the current process" documentation = "https://docs.rs/thread-amount" readme = "README.md" keywords = [ "thread", "amount", "process", "number", "current", ] categories = [ "os", "os::windows-apis", "os::unix-apis", ] license = "MIT" repository = "https://github.com/devtomio/thread-amount" resolver = "2" [dependencies] [target."cfg(windows)".dependencies.field-offset] version = "0.3.4" [target."cfg(windows)".dependencies.windows] version = "0.38.0" features = [ "alloc", "Win32_System_Diagnostics_ToolHelp", "Win32_Foundation", ]