nu-system 0.75.0

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

[dependencies.log]
version = "0.4"

[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.75.0"
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.procfs]
version = "0.14.0"
[target."cfg(target_family = \"unix\")".dependencies.atty]
version = "0.2"

[target."cfg(target_family = \"unix\")".dependencies.nix]
default-features = false
features = ["fs", "term", "process", "signal"]
version = "0.25"
[target."cfg(target_os = \"macos\")".dependencies.errno]
version = "0.2"

[target."cfg(target_os = \"macos\")".dependencies.libproc]
version = "0.12.0"

[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4"
[target."cfg(target_os = \"windows\")".dependencies.chrono]
version = "0.4.23"

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

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

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["tlhelp32", "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", "std", "securitybaseapi"]
version = "0.3.9"