nu-system 0.91.0

Nushell system querying
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.sysinfo]
version = "0.30"

[lib]
bench = false

[package]
authors = ["The Nushell Project Developers", "procs creators"]
description = "Nushell system querying"
edition = "2021"
license = "MIT"
name = "nu-system"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-system"
version = "0.91.0"
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.procfs]
version = "0.16"
[target."cfg(target_family = \"unix\")".dependencies.nix]
default-features = false
features = ["fs", "term", "process", "signal"]
version = "0.27"
[target."cfg(target_os = \"macos\")".dependencies.libproc]
version = "0.14"

[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4"
[target."cfg(target_os = \"windows\")".dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4"

[target."cfg(target_os = \"windows\")".dependencies.ntapi]
version = "0.4"

[target."cfg(target_os = \"windows\")".dependencies.once_cell]
version = "1.18"

[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Wdk_System_SystemServices", "Wdk_System_Threading", "Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Kernel", "Win32_System_Memory", "Win32_System_ProcessStatus", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_UI_Shell"]
version = "0.52"