vtcode-indexer 0.86.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"
rust-version = "1.88"
name = "vtcode-indexer"
version = "0.86.1"
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.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"

[dependencies.anyhow]
version = "1.0"

[dependencies.hashbrown]
version = "0.15"
features = ["serde"]

[dependencies.ignore]
version = "0.4"

[dependencies.regex]
version = "1.12"

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

[dependencies.vtcode-commons]
version = "0.86.1"

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

[lints.clippy]
dbg_macro = "warn"
multiple_unsafe_ops_per_block = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"

[lints.rust]
trivial_numeric_casts = "warn"
unsafe_code = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"
unused_results = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin)"]