rcpufetch 0.0.5

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

[[bin]]
name = "rcpufetch"
path = "src/main.rs"

[dependencies]