trx-cli 0.1.11

A Modern Cross-Platform Package Manager TUI
# 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 = "trx-cli"
version = "0.1.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Modern Cross-Platform Package Manager TUI"
homepage = "https://github.com/pie-314/trx"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pie-314/trx"

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.directories]
version = "5.0"

[dependencies.flate2]
version = "1.1.5"

[dependencies.lazy_static]
version = "1.4"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.rayon]
version = "1.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

[dependencies.self-replace]
version = "1.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.10"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.toml]
version = "0.8"

[dependencies.urlencoding]
version = "2.1"

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