| # 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 = "2018" |
| rust-version = "1.54" |
| name = "sysinfo" |
| version = "0.24.2" |
| authors = ["Guillaume Gomez <[email protected]>"] |
| build = "build.rs" |
| exclude = ["/test-unknown"] |
| description = "Library to get system information such as processes, CPUs, disks, components and networks" |
| readme = "README.md" |
| categories = [ |
| "filesystem", |
| "os", |
| "api-bindings", |
| ] |
| license = "MIT" |
| repository = "https://github.com/GuillaumeGomez/sysinfo" |
| |
| [lib] |
| name = "sysinfo" |
| crate_type = [ |
| "rlib", |
| "cdylib", |
| ] |
| |
| [dependencies.cfg-if] |
| version = "1.0" |
| |
| [dependencies.once_cell] |
| version = "1.0" |
| |
| [dependencies.rayon] |
| version = "^1.5.1" |
| optional = true |
| |
| [features] |
| apple-app-store = ["apple-sandbox"] |
| apple-sandbox = [] |
| c-interface = [] |
| debug = ["libc/extra_traits"] |
| default = ["multithread"] |
| multithread = ["rayon"] |
| unknown-ci = [] |
| |
| [target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile] |
| version = "3.2" |
| |
| [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys] |
| version = "0.8" |
| |
| [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] |
| version = "^0.2.112" |
| |
| [target."cfg(windows)".dependencies.ntapi] |
| version = "0.3" |
| |
| [target."cfg(windows)".dependencies.winapi] |
| version = "0.3.9" |
| features = [ |
| "errhandlingapi", |
| "fileapi", |
| "handleapi", |
| "heapapi", |
| "ifdef", |
| "ioapiset", |
| "minwindef", |
| "pdh", |
| "psapi", |
| "synchapi", |
| "sysinfoapi", |
| "winbase", |
| "winerror", |
| "winioctl", |
| "winnt", |
| "oleauto", |
| "wbemcli", |
| "rpcdce", |
| "combaseapi", |
| "objidl", |
| "powerbase", |
| "netioapi", |
| "lmcons", |
| "lmaccess", |
| "lmapibuf", |
| "memoryapi", |
| "ntlsa", |
| "securitybaseapi", |
| "shellapi", |
| "std", |
| ] |