gitcortex-indexer 0.7.1

Incremental AST indexer for GitCortex — tree-sitter parsing, git diff, parallel file indexing
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.80"
name = "gitcortex-indexer"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Incremental AST indexer for GitCortex — tree-sitter parsing, git diff, parallel file indexing"
readme = "README.md"
keywords = [
    "tree-sitter",
    "ast",
    "code-index",
    "git",
    "static-analysis",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/bharath03-a/GitCortex"

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

[dependencies.git2]
version = "0.21"
default-features = false

[dependencies.gitcortex-core]
version = "0.7"

[dependencies.ignore]
version = "0.4"

[dependencies.pulldown-cmark]
version = "0.13"
default-features = false

[dependencies.rayon]
version = "1"

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

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

[dependencies.tree-sitter-java]
version = "0.23"

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

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

[dependencies.tree-sitter-rust]
version = "0.24"

[dependencies.tree-sitter-typescript]
version = "0.23"