libmacchina 7.2.2

A library that can fetch all sorts of system information.
Documentation
[build-dependencies.vergen]
default-features = false
features = ["build", "cargo", "git", "gitcl", "rustc"]
optional = true
version = "8.2.6"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.home]
version = "0.5.5"

[dependencies.libc]
version = "0.2.148"

[dependencies.pciid-parser]
version = "0.6.3"

[features]
openwrt = []
version = ["vergen"]

[package]
authors = ["grtcdr <ba.tahaaziz@gmail.com>", "Marvin Haschker <marvin@haschker.me>", "Uttarayan Mondal <email@uttarayan.me>"]
build = "build.rs"
description = "A library that can fetch all sorts of system information."
edition = "2021"
keywords = ["system", "fetch", "library"]
license = "MIT"
name = "libmacchina"
readme = "README.md"
repository = "https://github.com/Macchina-CLI/libmacchina"
version = "7.2.2"
[target."cfg(any(target_os = \"linux\", target_os = \"netbsd\"))".build-dependencies.pkg-config]
optional = true
version = "0.3.27"
[target."cfg(any(target_os = \"linux\", target_os = \"netbsd\", target_os = \"android\"))".dependencies.itertools]
version = "0.11.0"
[target."cfg(any(target_os=\"freebsd\", target_os = \"linux\"))".dependencies.sqlite]
version = "0.31.1"
[target."cfg(any(target_os=\"freebsd\", target_os = \"netbsd\"))".dependencies.x11rb]
version = "0.12.0"
[target."cfg(not(any(target_os = \"netbsd\", target_os = \"windows\")))".dependencies.sysctl]
version = "0.5.4"
[target."cfg(not(target_os = \"windows\"))".dependencies.if-addrs]
version = "0.10.2"
[target."cfg(target_family = \"unix\")".dependencies.num_cpus]
version = "1.16.0"
[target."cfg(target_os = \"linux\")".dependencies.dirs]
version = "5.0.1"

[target."cfg(target_os = \"linux\")".dependencies.nix]
default-features = false
features = ["socket"]
version = "0.26.2"

[target."cfg(target_os = \"linux\")".dependencies.os-release]
version = "0.1"

[target."cfg(target_os = \"linux\")".dependencies.regex]
version = "1.9.2"

[target."cfg(target_os = \"linux\")".dependencies.rpm-pkg-count]
features = ["runtime"]
version = "0.2.1"

[target."cfg(target_os = \"linux\")".dependencies.walkdir]
version = "2.4.0"

[target."cfg(target_os = \"linux\")".dependencies.wayland-sys]
features = ["dlopen", "client"]
version = "0.31.1"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9.3"

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.23.1"

[target."cfg(target_os = \"macos\")".dependencies.core-video-sys]
version = "0.1.4"

[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4.1"
[target."cfg(target_os = \"netbsd\")".dependencies.nix]
default-features = false
features = ["hostname"]
version = "0.26.2"

[target."cfg(target_os = \"netbsd\")".dependencies.regex]
version = "1.9.2"
[target."cfg(target_os = \"windows\")".dependencies.local-ip-address]
version = "0.5.6"

[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_SystemInformation", "Win32_System_WindowsProgramming"]
version = "0.39.0"

[target."cfg(target_os = \"windows\")".dependencies.winreg]
version = "0.10.1"

[target."cfg(target_os = \"windows\")".dependencies.wmi]
version = "0.12.0"