git-loom 0.17.0

A Git CLI tool that weaves together multiple feature branches into integration branches
# 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.90"
name = "git-loom"
version = "0.17.0"
build = false
exclude = [
    ".claude/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Git CLI tool that weaves together multiple feature branches into integration branches"
homepage = "https://narnaud.github.io/git-loom"
readme = "README.md"
keywords = [
    "git",
    "cli",
    "branches",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/narnaud/git-loom"

[features]
vendored-openssl = ["git2/vendored-openssl"]

[[bin]]
name = "git-loom"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "3"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.git2]
version = "0.20"

[dependencies.inquire]
version = "0.9"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.shell-escape]
version = "0.1"

[dependencies.tempfile]
version = "3"

[dependencies.terminal-colorsaurus]
version = "1"

[dependencies.terminal_size]
version = "0.4"

[profile.release]
lto = true
strip = true