giffstack 0.2.0

Stacked diffs for GitHub. CLI for managing chains/trees of dependent PRs.
# 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 = "giffstack"
version = "0.2.0"
build = "build.rs"
include = [
    "src/**/*",
    "tests/**/*",
    "build.rs",
    "Cargo.toml",
    "dashboard-dist/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stacked diffs for GitHub. CLI for managing chains/trees of dependent PRs."
homepage = "https://github.com/nidheesh-m-vakharia/giff"
documentation = "https://docs.rs/giffstack"
readme = "README.md"
keywords = [
    "git",
    "github",
    "stacked-diffs",
    "cli",
    "pr",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/nidheesh-m-vakharia/giff"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5"

[dependencies.giff-core]
version = "0.2"

[dependencies.giff-git]
version = "0.2"

[dependencies.giff-github]
version = "0.2"

[dependencies.include_dir]
version = "0.7"

[dependencies.mime_guess]
version = "2"

[dependencies.open]
version = "5"

[dependencies.ratatui]
version = "0.26"

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

[dependencies.serde_json]
version = "1"

[dependencies.tiny_http]
version = "0.12"

[dependencies.toml]
version = "0.8"

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

[dev-dependencies.assert_cmd]
version = "2"

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

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