leenfetch 0.2.4

Fast, minimal, customizable system info tool in Rust (Neofetch alternative)
[[bin]]
name = "leenfetch"
path = "src/main.rs"

[dependencies.atty]
version = "0.2.14"

[dependencies.dirs]
version = "6.0.0"

[dependencies.libc]
version = "0.2.172"

[dependencies.rand]
version = "0.9.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.ron]
version = "0.10.1"

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

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

[dependencies.use]
version = "0.0.1-pre.0"

[dependencies.winapi]
features = ["winreg", "winuser", "winerror", "winbase", "winnt"]
version = "0.3.9"

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

[package.metadata.deb]
depends = "libc6 (>= 2.27), libgcc1 (>= 1:3.0), libx11-6 (>= 2:1.6.4), libxrandr2 (>= 2:1.5.0), libxext6 (>= 2:1.3.3), libxrender1 (>= 1:0.9.10), libxcb1 (>= 1.13), libxau6 (>= 1:1.0.8), libxdmcp6 (>= 1:1.1.2)"
extended-description = "Fast, minimal, customizable system info tool in Rust (Neofetch alternative)"
license-file = "LICENSE"
maintainer = "DrunkLeen <snape@drunkleen.com>"
name = "leenfetch"
priority = "optional"
section = "utils"

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

[package.metadata.rpm]
depends = "libc6 (>= 2.27), libgcc1 (>= 1:3.0), libx11-6 (>= 2:1.6.4), libxrandr2 (>= 2:1.5.0), libxext6 (>= 2:1.3.3), libxrender1 (>= 1:0.9.10), libxcb1 (>= 1.13), libxau6 (>= 1:1.0.8), libxdmcp6 (>= 1:1.1.2)"
extended-description = "Fast, minimal, customizable system info tool in Rust (Neofetch alternative)"
maintainer = "DrunkLeen <snape@drunkleen.com>"
name = "leenfetch"
priority = "optional"
section = "utils"
summary = "Fast and customizable system info tool for the terminal"

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

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

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

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