lzgit 0.4.2

A modern, fast TUI file explorer with Git integration
# 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 = "lzgit"
version = "0.4.2"
authors = ["FanFusion"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, fast TUI file explorer with Git integration"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "git",
    "file-manager",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/FanFusion/lzgit"

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

[dependencies.arboard]
version = "3.6.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.image]
version = "0.25.9"

[dependencies.portable-pty]
version = "0.8"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.ratatui-image]
version = "10.0.2"
features = [
    "crossterm",
    "image-defaults",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.114"

[dependencies.syntect]
version = "5.2.0"
features = [
    "default-themes",
    "default-syntaxes",
    "parsing",
    "regex-fancy",
]
default-features = false

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

[dependencies.ureq]
version = "2.12.1"
features = ["json"]

[dependencies.vt100]
version = "0.15"

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