sysinfo 0.30.13

Library to get system information such as processes, CPUs, disks, components and networks
Documentation
[[bench]]
name = "basic"
path = "benches/basic.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[test]]
name = "components"
path = "tests/components.rs"

[[test]]
name = "cpu"
path = "tests/cpu.rs"

[[test]]
name = "disk_list"
path = "tests/disk_list.rs"

[[test]]
name = "extras"
path = "tests/extras.rs"

[[test]]
name = "network"
path = "tests/network.rs"

[[test]]
name = "process"
path = "tests/process.rs"

[[test]]
name = "send_sync"
path = "tests/send_sync.rs"

[[test]]
name = "system"
path = "tests/system.rs"
[dependencies.cfg-if]
version = "1.0"

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

[dependencies.serde]
optional = true
version = "^1.0.190"
[dev-dependencies.serde_json]
version = "1.0"

[features]
apple-app-store = ["apple-sandbox"]
apple-sandbox = []
c-interface = []
debug = ["libc/extra_traits"]
default = ["multithread"]
linux-netdevs = []
linux-tmpfs = []
multithread = ["rayon"]
unknown-ci = []

[lib]
name = "sysinfo"
path = "src/lib.rs"

[package]
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["filesystem", "os", "api-bindings"]
description = "Library to get system information such as processes, CPUs, disks, components and networks"
edition = "2018"
exclude = ["/test-unknown"]
license = "MIT"
name = "sysinfo"
readme = "README.md"
repository = "https://github.com/GuillaumeGomez/sysinfo"
rust-version = "1.69"
version = "0.30.13"
[package.metadata.docs.rs]
cargo-args = ["-Zbuild-std"]
default-target = "x86_64-unknown-linux-gnu"
features = ["serde"]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["i686-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-unknown-freebsd"]
[target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile]
version = "3.9"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
version = "0.8"
[target."cfg(any(windows, target_os = \"linux\", target_os = \"android\"))".dependencies.once_cell]
version = "1.18"
[target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
version = "^0.2.153"
[target."cfg(windows)".dependencies.ntapi]
version = "0.4"

[target."cfg(windows)".dependencies.windows]
features = ["Wdk_System_SystemInformation", "Wdk_System_SystemServices", "Wdk_System_Threading", "Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_NetManagement", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", "Win32_Security", "Win32_Security_Authentication_Identity", "Win32_Security_Authorization", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_LibraryLoader", "Win32_System_Kernel", "Win32_System_Memory", "Win32_System_Ole", "Win32_System_Performance", "Win32_System_Power", "Win32_System_ProcessStatus", "Win32_System_Registry", "Win32_System_RemoteDesktop", "Win32_System_Rpc", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Variant", "Win32_System_WindowsProgramming", "Win32_System_Wmi", "Win32_UI_Shell"]
version = "0.52"