[[bin]]
name = "neofetch"
path = "src/main.rs"
[dependencies.ansi-width]
version = "0.1"
[dependencies.chrono]
version = "0.4"
[dependencies.dirs]
version = "6"
[dependencies.human_bytes]
version = "0.4"
[dependencies.regex]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.which-shell]
version = "0.1"
[lib]
name = "neofetch"
path = "src/lib.rs"
[package]
authors = ["ahaoboy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "neofetch"
edition = "2024"
homepage = "https://github.com/ahaoboy/neofetch"
license = "MIT"
name = "neofetch"
readme = "README.md"
repository = "https://github.com/ahaoboy/neofetch"
version = "0.2.0"
[profile.bloaty]
debug = 2
inherits = "release"
lto = false
strip = false
[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
strip = true
[target.'cfg(not(any(target_arch = "aarch64", target_os = "android", target_env = "musl")))'.dependencies.display-info]
version = "0.5"
[target.'cfg(not(target_os = "windows"))'.dependencies.libc]
version = "0.2"
[target.'cfg(target_os = "windows")'.dependencies.chrono]
version = "0.4"
[target.'cfg(target_os = "windows")'.dependencies.serde]
features = ["derive"]
version = "1"
[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_System_Diagnostics_ToolHelp", "Win32_System_Threading", "Win32_Foundation"]
version = "0.62"
[target.'cfg(target_os = "windows")'.dependencies.winreg]
version = "0.55"
[target.'cfg(target_os = "windows")'.dependencies.wmi]
version = "0.18"