bdbt_annotator 0.2.2

TUI-based code change reviewer for browsing diffs and adding annotations
# 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 = "bdbt_annotator"
version = "0.2.2"
authors = ["jjasmine"]
build = false
exclude = [
    "annotations.json",
    "review.md",
    ".claude/",
    "*.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI-based code change reviewer for browsing diffs and adding annotations"
readme = false
keywords = [
    "tui",
    "diff",
    "code-review",
    "annotation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://codeberg.org/badumbatish/annotator"

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"