supgit 0.4.1

SupGit, the GIT CLI simplified.
# 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"
name = "supgit"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SupGit, the GIT CLI simplified."
homepage = "https://github.com/thomasboom/SupGIT"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/thomasboom/SupGIT"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6.0"

[dependencies.log]
version = "0.4"

[dependencies.strsim]
version = "0.11"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true