git-cognitive 0.2.1

Cognitive debt detection and management for Git repositories — audit, endorse, and surface AI-attributed risk
# 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-cognitive"
version = "0.2.1"
authors = ["CHERRAD Charef <ccherrad@gmail.com>"]
build = false
exclude = [
    ".git/",
    ".gitignore",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cognitive debt detection and management for Git repositories — audit, endorse, and surface AI-attributed risk"
readme = "README.md"
keywords = [
    "git",
    "cognitive-debt",
    "ai-attribution",
    "endorsement",
    "code-review",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ccherrad/git-cognitive"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.git-topology]
version = "0.1.2"

[dependencies.indicatif]
version = "0.17"

[dependencies.rusqlite]
version = "0.39.0"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tree-sitter]
version = "0.25"