ferrix-lib 0.4.2

A library for obtaining information about the software and hardware of a computer running Linux
Documentation
[package]
name = "ferrix-lib"
description = "A library for obtaining information about the software and hardware of a computer running Linux"
version = "0.4.2"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["ferrix", "hardware", "dmi", "smbios", "linux"]
categories = ["os"]

[dependencies]
anyhow.workspace = true
libc.workspace = true
#futures = "0.3.31"
serde.workspace = true
serde_json.workspace = true
smbios-lib.workspace = true
#tokio = { version = "1.46.1", features = ["full"] }
xml_serde.workspace = true
zbus.workspace = true
zbus_systemd.workspace = true