gitsem 0.5.3

Semantic search and spatial navigation for Git repositories — map, get, and grep for AI coding agents
# 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 = "gitsem"
version = "0.5.3"
authors = ["CHERRAD Charef <ccherrad@gmail.com>"]
build = false
exclude = [
    ".git/",
    ".gitignore",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic search and spatial navigation for Git repositories — map, get, and grep for AI coding agents"
readme = "README.md"
keywords = [
    "git",
    "semantic-search",
    "embeddings",
    "vector-search",
    "code-search",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ccherrad/git-semantic"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bincode]
version = "1.3.3"

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

[dependencies.fastembed]
version = "5"
features = [
    "hf-hub-rustls-tls",
    "ort-download-binaries-rustls-tls",
]
default-features = false

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

[dependencies.indicatif]
version = "0.17"

[dependencies.leiden-rs]
version = "0.7.1"

[dependencies.regex]
version = "1.10"

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

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sqlite-vec]
version = "0.1.6"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.webpki-roots]
version = "1.0"

[dependencies.zerocopy]
version = "0.8.14"