gex 0.6.7

Git workflow improvement CLI tool inspired by Magit
[package]
name = "gex"
version = "0.6.7"
edition = "2021"
categories = ["command-line-utilities", "development-tools"]
description = "Git workflow improvement CLI tool inspired by Magit"
keywords = ["cli", "git", "workflow"]
exclude = [".github/", ".gitignore", "shell.nix"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://codeberg.org/Piturnah/gex"
homepage = "https://codeberg.org/Piturnah/gex"

[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.48", features = ["cargo", "derive"] }
crossterm = { version = "0.29.0", features = ["serde"] }
dirs = "6.0.0"
git2 = { version = "0.20.2", default-features = false }
itertools = "0.14.0"
nom = "8.0.0"
paste = "1.0.15"
serde = { version = "1.0.228", features = ["derive"] }
serde_ignored = "0.1.14"
toml = "0.9.8"
vte = "0.15.0"

[dev-dependencies]
strum = { version = "0.27", features = ["derive"] }
test-case = "3.3.1"

# Screenreader warning: The rest of this file is ascii art of a gecko.
#
#       Tokee
#      (Gecko gekko)                _____________
#                            __,---'::.-  -::_ _ `-----.___      ______
#                        _,-'::_  ::-  -  -. _   ::-::_   .`--,'   :: .:`-._
#                     ,-'_ ::   _  ::_ .:   :: - _ .:   ::- _/ ::   ,-. ::. `-._
#                 _,-'   ::-  ::        ::-  _ ::  -  ::     |  .: ((|))      ::`.
#         ___,---'   ::    ::    ;::   ::     :.- _ ::._  :: \ :    `_____::..--'
#     ,-""  ::  ::.   ,------.  (.  ::  \  ::  ::  ,-- :. _  :`. ::  \       `-._
#   ,'     ::   '   _._.:_  :.)___,-------------._(.:: ____`-._ `._ ::`--...___; ;
#  ;:::. ,--'--"""""      /  /                     \. |     ``-----`''`---------'
# ;  `::;              _ /.:/_,                    _\.:\_,
# |    ;  jrei       ='-//\\--"                  ='-//\\--"
# `   .|               ''  ``                      ''  ``
#  \::'\
#   \   \
#    `..:`.
#      `.  `--.____
#        `-:______ `-._
#                 `---'`
#
#                   (gecko art found at https://ascii.co.uk/art)