leenfetch 1.4.0

Fast, minimal, customizable system info tool in Rust (Neofetch alternative)
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.96.0"
name = "leenfetch"
version = "1.4.0"
authors = ["DrunkLeen <snape@drunkleen.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, minimal, customizable system info tool in Rust (Neofetch alternative)"
readme = "README.md"
keywords = [
    "neofetch",
    "system",
    "terminal",
    "info",
    "leenfetch",
]
categories = [
    "command-line-utilities",
    "visualization",
    "os",
]
license = "MIT"
repository = "https://github.com/drunkleen/leenfetch"

[package.metadata.dist]
ci = true
changelog = true
include = [
    "README.md",
    "LICENSE",
]

[package.metadata.deb]
name = "leenfetch"
maintainer = "DrunkLeen <snape@drunkleen.com>"
extended-description = "Fast, minimal, customizable system info tool in Rust (Neofetch alternative)"
license-file = "LICENSE"
depends = "libc6 (>= 2.27), libgcc1 (>= 1:3.0)"
section = "utils"
priority = "optional"

[package.metadata.rpm]
name = "leenfetch"
summary = "Fast and customizable system info tool for the terminal"
maintainer = "DrunkLeen <snape@drunkleen.com>"
extended-description = "Fast, minimal, customizable system info tool in Rust (Neofetch alternative)"
depends = "libc6 (>= 2.27), libgcc1 (>= 1:3.0)"
section = "utils"
priority = "optional"

[package.metadata.rpm.cargo]
buildflags = ["--release"]

[package.metadata.rpm.targets.leenfetch]
path = "/usr/bin/leenfetch"

[package.metadata.rpm.target.x86_64-unknown-linux-gnu]
arch = "x86_64"

[package.metadata.rpm.target.aarch64-unknown-linux-gnu]
arch = "aarch64"

[features]
default = []

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.json5]
version = "1.0.0"

[dependencies.libc]
version = "0.2.186"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.rand]
version = "0.9.4"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.12.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_System_Registry",
    "Win32_System_SystemInformation",
    "Win32_System_Threading",
    "Win32_System_Power",
    "Win32_Storage_FileSystem",
    "Win32_System_Diagnostics_ToolHelp",
    "Win32_UI_WindowsAndMessaging",
    "Win32_Graphics_Gdi",
    "Win32_Devices_DeviceAndDriverInstallation",
]