vtcode-indexer 0.69.1

Workspace-friendly code indexer extracted from VT Code
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 = "2024"
name = "vtcode-indexer"
version = "0.69.1"
authors = ["vinhnx <vinhnx@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workspace-friendly code indexer extracted from VT Code"
homepage = "https://github.com/vinhnx/vtcode"
documentation = "https://docs.rs/vtcode-indexer"
readme = "README.md"
keywords = [
    "vt",
    "tui",
    "indexer",
    "agent",
    "coding-agent",
]
categories = [
    "development-tools",
    "parsing",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/vinhnx/vtcode"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "custom_storage"
path = "examples/custom_storage.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.ignore]
version = "0.4"

[dependencies.regex]
version = "1.12"

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

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