lazier 0.9.2

A fast terminal user interface for git, written in Rust with ratatui and gitoxide
# 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"
rust-version = "1.85"
name = "lazier"
version = "0.9.2"
build = false
exclude = [
    "src/snapshots/",
    ".github/",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast terminal user interface for git, written in Rust with ratatui and gitoxide"
readme = "README.md"
keywords = [
    "git",
    "tui",
    "terminal",
    "ratatui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/maxmalkin/lazier"

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

[dependencies.anyhow]
version = "1"

[dependencies.gix]
version = "0.86.0"
features = [
    "status",
    "max-performance-safe",
]

[dependencies.notify]
version = "8.2.0"

[dependencies.ratatui]
version = "0.30"

[dev-dependencies.insta]
version = "1"

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