sysinfo 0.15.9

Library to get system information such as processes, processors, disks, components and networks
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.cfg-if]
version = "1.0"

[dependencies.doc-comment]
version = "0.3"

[dependencies.once_cell]
version = "1.0"

[dependencies.rayon]
optional = true
version = "^1.5"

[features]
c-interface = []
debug = ["libc/extra_traits"]
default = ["multithread"]
multithread = ["rayon"]

[lib]
crate_type = ["rlib", "cdylib"]
name = "sysinfo"
path = "src/sysinfo.rs"

[package]
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
build = "build.rs"
categories = ["filesystem", "os", "api-bindings"]
description = "Library to get system information such as processes, processors, disks, components and networks"
license = "MIT"
name = "sysinfo"
readme = "README.md"
repository = "https://github.com/GuillaumeGomez/sysinfo"
version = "0.15.9"
[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"
[target."cfg(windows)".dependencies.ntapi]
version = "0.3"

[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf", "memoryapi", "shellapi"]
version = "0.3"