retrofetch 0.2.0

A retro 'About This Computer' system info screen for your desktop
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 = "2024"
rust-version = "1.88"
name = "retrofetch"
version = "0.2.0"
authors = ["Robert Lillack <rob@lillack.net>"]
build = false
include = [
    "src/**/*.rs",
    "assets/os/*.svg",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
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 = [
    "gui",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/roblillack/retrofetch"

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

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

[dependencies.regex]
version = "1"

[dependencies.saudade]
version = "0.3"

[dependencies.sysinfo]
version = "0.38"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Storage_FileSystem",
    "Win32_System_IO",
]

[target."cfg(windows)".dependencies.winreg]
version = "0.52"