gitbrute 0.1.1

CLI tool to brute force a git commit hash
# 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 = "gitbrute"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to brute force a git commit hash"
readme = "README.md"
keywords = [
    "git",
    "brute-force",
    "commit",
    "hash",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/RobbyV2/gitbrute"

[package.metadata.deb]
assets = [[
    "target/release/gitbrute",
    "usr/bin/",
    "755",
]]
copyright = "2026, RobbyV2"
extended-description = "gitbrute brute-forces a pair of author+committer timestamps such that the resulting git commit has your desired prefix."
license-file = [
    "README.md",
    "4",
]
maintainer = "RobbyV2"
priority = "optional"
section = "utils"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.hex]
version = "0.4"

[dependencies.itertools]
version = "0.12"

[dependencies.num_cpus]
version = "1.16"

[dependencies.regex]
version = "1.10"

[dependencies.sha1]
version = "0.10"