retch-sysinfo 0.1.46

System information gathering library for retch
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "retch-sysinfo"
version = "0.1.46"
authors = ["Ken Tobias"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System information gathering library for retch"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/l1a/retch"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.dirs]
version = "6.0"

[dependencies.libc]
version = "0.2"

[dependencies.owo-colors]
version = "4.0"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.39"
features = ["component"]