roust 0.3.1

Recall-first code retrieval for coding agents - one ranked, token-budgeted bundle per query across 8 languages, no model or API key required
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 = "roust"
version = "0.3.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Recall-first code retrieval for coding agents - one ranked, token-budgeted bundle per query across 8 languages, no model or API key required"
readme = "README.md"
keywords = [
    "grep",
    "search",
    "retrieval",
    "llm",
    "code",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/narehart/roust"

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

[[bin]]
name = "roust"
path = "src/main.rs"

[[test]]
name = "cli_contract"
path = "tests/cli_contract.rs"

[[test]]
name = "confidence"
path = "tests/confidence.rs"

[[test]]
name = "displacement_guard"
path = "tests/displacement_guard.rs"

[[test]]
name = "incremental"
path = "tests/incremental.rs"

[[test]]
name = "symbols_v2"
path = "tests/symbols_v2.rs"

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

[dependencies.indexmap]
version = "2.14.0"
features = ["serde"]

[dependencies.regex]
version = "1.13.0"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tiktoken-rs]
version = "0.6"

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

[dependencies.tree-sitter-c]
version = "=0.24.2"

[dependencies.tree-sitter-cpp]
version = "=0.23.4"

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

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

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

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

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

[dev-dependencies.filetime]
version = "0.2.29"