gg-stack 0.1.2

A stacked-diffs CLI tool (gg) for GitHub and GitLab
# 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 = "2021"
name = "gg-stack"
version = "0.1.2"
authors = ["Nacho Lopez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A stacked-diffs CLI tool (gg) for GitHub and GitLab"
homepage = "https://github.com/mrmans0n/git-gud"
readme = "README.md"
keywords = [
    "git",
    "stacked-diffs",
    "github",
    "gitlab",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mrmans0n/git-gud"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.atty]
version = "0.2"

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

[dependencies.clap_complete]
version = "4"

[dependencies.console]
version = "0.16"

[dependencies.ctrlc]
version = "3"

[dependencies.dialoguer]
version = "0.12"
features = ["fuzzy-select"]

[dependencies.git-absorb]
version = "0.8"

[dependencies.git2]
version = "0.20"
features = ["default"]

[dependencies.indicatif]
version = "0.18"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.skim]
version = "0.20"

[dependencies.slog]
version = "2"

[dependencies.slog-async]
version = "2"

[dependencies.slog-term]
version = "2"

[dependencies.thiserror]
version = "2"

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

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.tempfile]
version = "3"