ffetch 0.6.0

Fast, minimal & Rust-powered system fetcher
Documentation
[[bin]]
name = "ffetch"
path = "src/main.rs"

[dependencies]

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

[package]
authors = ["0l3d <0l3dgit@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem", "hardware-support"]
description = "Fast, minimal & Rust-powered system fetcher"
edition = "2021"
keywords = ["system", "fetch", "rust", "terminal", "minimal"]
license = "GPL-3.0-or-later"
name = "ffetch"
readme = "README.md"
repository = "https://github.com/0l3d/ffetch"
version = "0.6.0"

[profile.performance]
codegen-units = 16
inherits = "release"
lto = false
opt-level = 3

[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
panic = "abort"
strip = "symbols"

[profile.size]
codegen-units = 1
inherits = "release"
lto = true
opt-level = "z"
panic = "abort"
strip = "symbols"