git-semantic 1.2.0

Semantic search for git history using natural language
# 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 = "git-semantic"
version = "1.2.0"
authors = ["Yan Xue"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic search for git history using natural language"
homepage = "https://github.com/yanxue06/git-semantic-search"
documentation = "https://github.com/yanxue06/git-semantic-search#readme"
readme = "README.md"
keywords = [
    "git",
    "search",
    "semantic",
    "cli",
    "embeddings",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yanxue06/git-semantic-search"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "~1.3"

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

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

[dependencies.directories]
version = "6.0"

[dependencies.git2]
version = "0.20"

[dependencies.indicatif]
version = "0.18"

[dependencies.ndarray]
version = "0.17"

[dependencies.ort]
version = "2.0.0-rc.10"

[dependencies.rayon]
version = "1.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "stream",
]

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokenizers]
version = "0.22"

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

[dependencies.tracing]
version = "0.1"

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

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true