git-assist 0.3.1

A suite of friendly assistive git commands
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 = "2021"
rust-version = "1.85.0"
name = "git-assist"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A suite of friendly assistive git commands"
readme = "README.md"
keywords = [
    "git",
    "bisect",
]
categories = ["command-line-utilities"]
license = "MPL-2.0"
repository = "https://github.com/regexident/git-assist"

[features]
default = ["github"]
github = [
    "jsonwebtoken",
    "octocrab",
]

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

[[bin]]
name = "git-assist"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-trait]
version = "0.1.88"

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

[dependencies.getset]
version = ">=0.1.6"

[dependencies.git-url-parse]
version = "0.6.0"

[dependencies.git2]
version = "0.20.1"

[dependencies.inquire]
version = "0.9.0"

[dependencies.jsonwebtoken]
version = "9.3.1"
optional = true

[dependencies.num-bigint]
version = ">=0.4.6"

[dependencies.octocrab]
version = "0.47.0"
features = ["stream"]
optional = true

[dependencies.openssl]
version = ">=0.10.72"

[dependencies.secrecy]
version = "0.10.3"

[dependencies.serde]
version = ">=1.0.185"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.time]
version = ">=0.3.41"

[dependencies.tokio]
version = "1.44.2"
features = [
    "rt-multi-thread",
    "macros",
]