git-iblame 0.8.9

Interactive enhanced `git blame` command line tool.
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 = "2024"
rust-version = "1.89"
name = "git-iblame"
version = "0.8.9"
authors = ["Koji Ishii <kojiishi@gmail.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    "hooks",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive enhanced `git blame` command line tool."
readme = "README.md"
keywords = [
    "git",
    "blame",
    "command",
    "command-line-tool",
    "cli",
]
license = "Apache-2.0"
repository = "https://github.com/kojiishi/git-iblame"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.crossterm]
version = "0.29.0"
features = ["osc52"]

[dependencies.env_logger]
version = "0.11.10"

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

[dependencies.log]
version = "0.4.29"

[dependencies.regex]
version = "1.12.3"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.tempfile]
version = "3.27.0"