git-disjoint 0.11.2

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

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

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

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

[dependencies.indexmap]
version = "=2.13.0"

[dependencies.indicatif]
version = "=0.18.4"

[dependencies.inquire]
version = "=0.9.4"

[dependencies.open]
version = "=5.3.3"

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

[dependencies.regex]
version = "=1.12.3"

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

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

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

[dependencies.serde_json]
version = "=1.0.149"

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

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

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

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

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

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