codebase-recall 0.7.4

CLI based application for codebase dumper for LLMs and fast review/recall project
# 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 = "codebase-recall"
version = "0.7.4"
authors = ["Bkn Org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI based application for codebase dumper for LLMs and fast review/recall project"
readme = "README.md"
license = "MIT"
repository = "https://github.com/BknOrg/codebase-recall"

[[bin]]
name = "code-rcl"
path = "src/main.rs"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1"

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

[dependencies.ctrlc]
version = "3.5"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tiny_http]
version = "0.12"

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

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

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

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

[dependencies.tree-sitter-kotlin-ng]
version = "1.1"

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

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

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

[dependencies.webbrowser]
version = "1.2"

[profile.dist]
lto = "thin"
inherits = "release"