tga 2.8.1

Developer productivity analytics — git commit collection, classification, and reporting
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 = "2021"
rust-version = "1.91"
name = "tga"
version = "2.8.1"
authors = ["Bob Matsuoka <bob@matsuoka.com>"]
build = false
exclude = [
    ".claude/*",
    ".claude-mpm/*",
    ".fastembed_cache/*",
    ".github/*",
    "configs/*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer productivity analytics — git commit collection, classification, and reporting"
readme = "README.md"
keywords = [
    "git",
    "analytics",
    "productivity",
    "developer-metrics",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bobmatnyc/trusty-tools"

[features]
bedrock = [
    "dep:aws-config",
    "dep:aws-sdk-bedrockruntime",
]
default = []

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

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

[[test]]
name = "bitbucket_live"
path = "tests/bitbucket_live.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[bench]]
name = "tga_bench"
path = "benches/tga_bench.rs"
harness = false

[dependencies.aho-corasick]
version = "1"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.aws-config]
version = "1.8"
features = ["behavior-version-latest"]
optional = true

[dependencies.aws-sdk-bedrockruntime]
version = "1.131"
optional = true

[dependencies.blake3]
version = "1"

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

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

[dependencies.csv]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.git2]
version = "0.20"
features = [
    "vendored-libgit2",
    "https",
    "vendored-openssl",
]
default-features = false

[dependencies.indicatif]
version = "0.17"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.rusqlite]
version = "0.39"
features = [
    "bundled",
    "chrono",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.strsim]
version = "0.11"

[dependencies.tera]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "registry",
]

[dependencies.trusty-common]
version = "0.15.3"
features = [
    "cli-help",
    "update-check",
]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

[dev-dependencies.tracing-test]
version = "0.2"

[dev-dependencies.wiremock]
version = "0.6"