haj 0.2.0

fast, quiet, beautiful package managemer and tui for Arch Linux
# 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"
name = "haj"
version = "0.2.0"
authors = ["asitos 4shut0shparashar@gmail.com"]
build = false
exclude = [
    "assets/*",
    "target/*",
    ".git/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fast, quiet, beautiful package managemer and tui for Arch Linux"
readme = "README.md"
keywords = [
    "archlinux",
    "pacman",
    "tui",
    "ratatui",
    "wrapper",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/asitos/haj"

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

[dependencies.alpm]
version = "5.0.2"

[dependencies.ansi-to-tui]
version = "8.0.1"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.owo-colors]
version = "3.5"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.reqwest]
version = "0.11"

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

[dependencies.tokio]
version = "1.34"
features = ["full"]

[dependencies.toml]
version = "0.8"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1