ferrix-lib 0.3.2

A library for obtaining information about the software and hardware of a computer running Linux
Documentation
[dependencies.anyhow]
version = "1.0.98"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.141"

[dependencies.smbios-lib]
version = "0.9.2"

[dependencies.xml_serde]
version = "1.4.1"

[dependencies.zbus]
version = "5.9.0"

[dependencies.zbus_systemd]
features = ["systemd1", "timedate1"]
version = "0.25701.0"

[lib]
name = "ferrix_lib"
path = "src/lib.rs"

[package]
authors = ["Michail Krasnov <mskrasnov07@ya.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os"]
description = "A library for obtaining information about the software and hardware of a computer running Linux"
edition = "2024"
keywords = ["ferrix", "hardware", "dmi", "smbios", "linux"]
license = "GPL-3.0"
name = "ferrix-lib"
readme = "README.md"
repository = "https://github.com/mskrasnov/ferrix"
resolver = "2"
version = "0.3.2"