git-disjoint 0.10.321

A tool to batch commits by issue into GitHub PRs
[[bin]]
name = "git-disjoint"
path = "src/main.rs"

[build-dependencies.clap]
features = ["cargo", "derive", "wrap_help"]
version = "=4.5.53"

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

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

[dependencies.clap]
features = ["cargo", "derive", "env", "wrap_help"]
version = "=4.5.53"

[dependencies.git2]
default-features = false
features = ["zlib-ng-compat"]
version = "=0.20.3"

[dependencies.indexmap]
version = "=2.12.1"

[dependencies.indicatif]
version = "=0.18.3"

[dependencies.inquire]
version = "=0.9.1"

[dependencies.open]
version = "=5.3.3"

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

[dependencies.regex]
version = "=1.12.2"

[dependencies.reqwest]
default-features = false
features = ["blocking", "json", "rustls-tls"]
version = "=0.12.26"

[dependencies.sanitize-git-ref]
version = "=1.0.12"

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

[dependencies.serde_json]
version = "=1.0.145"

[dev-dependencies.proptest]
version = "=1.9.0"

[dev-dependencies.proptest-derive]
version = "=0.7.0"

[package]
authors = ["Eric Crosson <eric.s.crosson@utexas.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "A tool to batch commits by issue into GitHub PRs"
edition = "2021"
exclude = ["/.envrc", "/.github", "/.gitignore", "/.releaserc.json", "/CHANGELOG.md", "/flake.{lock,nix}", "/package*.json", "/rust-toolchain", "/assets"]
keywords = ["cli", "git", "pull-request"]
license = "MIT OR Apache-2.0"
name = "git-disjoint"
readme = "README.md"
repository = "https://github.com/ericcrosson/git-disjoint"
version = "0.10.321"

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