libmacchina 3.8.4

A library that can fetch all sorts of system information, super duper fast!
Documentation
[build-dependencies.vergen]
default-features = false
features = ["build", "cargo", "git", "rustc"]
version = "5.1.17"
[dependencies.byte-unit]
version = "4.0.12"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.107"

[dependencies.walkdir]
version = "2.3.2"

[features]
openwrt = []

[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, super duper fast!"
edition = "2018"
keywords = ["system", "fetch", "cli"]
license = "MIT"
name = "libmacchina"
readme = "README.md"
repository = "https://github.com/Macchina-CLI/libmacchina"
version = "3.8.4"
[target."cfg(any(target_os = \"linux\", target_os = \"netbsd\"))".build-dependencies.pkg-config]
version = "0.3.19"
[target."cfg(any(target_os = \"linux\", target_os = \"netbsd\", target_os = \"android\"))".dependencies.itertools]
version = "0.10.1"
[target."cfg(any(target_os=\"freebsd\", target_os = \"linux\"))".dependencies.sqlite]
version = "0.26.0"
[target."cfg(not(any(target_os = \"netbsd\", target_os = \"windows\")))".dependencies.sysctl]
version = "0.4.3"
[target."cfg(not(target_os = \"windows\"))".dependencies.if-addrs]
version = "0.6.7"
[target."cfg(target_family = \"unix\")".dependencies.num_cpus]
version = "1.13.0"
[target."cfg(target_os = \"linux\")".dependencies.dirs]
version = "4.0"

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

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

[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3.2"
[target."cfg(target_os = \"netbsd\")".dependencies.nix]
version = "0.23.0"

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

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

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