libscu 1.5.1

crate for fetching software/hardware info on Linux-based OSs
Documentation
[dependencies.regex-lite]
optional = true
version = "0.1.5"

[features]
battery = []
bootmode = []
cpu = ["dep:regex-lite"]
device = []
display = []
drives = []
extract_version = ["dep:regex-lite"]
full = ["battery", "bootmode", "cpu", "device", "display", "drives", "extract_version", "gpu", "graphics", "hostname", "init_system", "kernel", "os", "packages", "pci_ids", "proc", "ram", "shell", "terminal", "uptime", "users"]
gpu = ["dep:regex-lite"]
graphics = ["extract_version"]
hostname = []
init_system = ["proc"]
kernel = []
os = []
packages = []
pci_ids = []
proc = []
ram = ["dep:regex-lite"]
shell = ["proc", "extract_version"]
terminal = ["proc"]
uptime = []
users = []

[package]
description = "crate for fetching software/hardware info on Linux-based OSs"
edition = "2021"
homepage = "https://gitlab.com/omnitix/libscu"
license = "GPL-3.0"
name = "libscu"
readme = "README.md"
repository = "https://gitlab.com/omnitix/libscu"
version = "1.5.1"
[package.metadata.docs.rs]
all-features = true
features = ["full"]