sysinfo 0.14.13

Library to get system information such as processes, processors, disks, components and networks
Documentation
[badges.appveyor]
repository = "GuillaumeGomez/sysinfo"
service = "github"

[badges.travis-ci]
repository = "GuillaumeGomez/sysinfo"
[dependencies.cfg-if]
version = "0.1"

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

[dependencies.once_cell]
version = "1.0"

[dependencies.rayon]
version = "^1.0"

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

[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.14.13"
[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"