rcpufetch 0.0.2

[ALPHA] A rusty crossplatform, but simple CLI binutil for reading CPU information.
[[bin]]
name = "rcpufetch"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[package]
authors = ["Kenneth Alexander Jenkins <Kjenkins60@gatech.edu>", "Alan Daniel Aguilar <Aaguilar60@gatech.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "os", "hardware-support"]
description = "[ALPHA] A rusty crossplatform, but simple CLI binutil for reading CPU information."
edition = "2024"
homepage = "https://github.com/rockenman1234/rcpufetch"
keywords = ["cpu", "system-info", "hardware", "cli-tools", "cross-platform"]
license = "GPL-3.0"
name = "rcpufetch"
readme = "README.md"
version = "0.0.2"