retrofetch 0.1.0

A retro 'About This Computer' system info screen for your desktop
# 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"
rust-version = "1.88"
name = "retrofetch"
version = "0.1.0"
authors = ["Robert Lillack <rob@lillack.net>"]
build = false
exclude = ["screenshot.png"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A retro 'About This Computer' system info screen for your desktop"
homepage = "https://github.com/roblillack/retrofetch"
readme = "README.md"
keywords = [
    "neofetch",
    "system-info",
    "fetch",
    "retro",
    "gui",
]
categories = [
    "command-line-utilities",
    "gui",
]
license = "MIT"
repository = "https://github.com/roblillack/retrofetch"

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

[[example]]
name = "probe"
path = "examples/probe.rs"

[dependencies.regex]
version = "1"

[dependencies.resvg]
version = "0.42"

[dependencies.saudade]
version = "0.1"

[dependencies.sysinfo]
version = "0.39"