gps 7.3.2

Official CLI & library for Git Patch Stack
Documentation
# 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 = "2018"
name = "gps"
version = "7.3.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official CLI & library for Git Patch Stack"
homepage = "https://git-ps.sh"
documentation = "https://book.git-ps.sh"
readme = "README.md"
keywords = [
    "git",
    "development",
    "tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"

[features]
backup_cmd = []

[lib]
name = "gps"
path = "src/lib.rs"

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

[dependencies.ansi_term]
version = "0.12.1"
features = ["derive_serde_style"]

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

[dependencies.git2]
version = "0.20.3"

[dependencies.homedir]
version = "0.3.6"

[dependencies.is_executable]
version = "1.0.5"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.toml]
version = "0.9.11"

[dependencies.ureq]
version = "3.1.4"

[dependencies.uuid]
version = "1.20.0"
features = [
    "serde",
    "v4",
]

[dependencies.version-compare]
version = "0.2.1"

[build-dependencies.clap]
version = "4.5.56"
features = ["string"]

[build-dependencies.clap_complete]
version = "4.5.65"

[build-dependencies.clap_mangen]
version = "0.2.31"