agent-source-repository 0.1.0

Agent Source Repository local context registry for coding agents
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"
name = "agent-source-repository"
version = "0.1.0"
build = false
exclude = [".DS_Store"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Source Repository local context registry for coding agents"
readme = "README.md"
keywords = [
    "code-search",
    "agents",
    "semantic-search",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/AxiomOrient/ASR"

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

[[bin]]
name = "asr"
path = "src/bin/asr.rs"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]

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

[dependencies.dirs]
version = "5"

[dependencies.env_logger]
version = "0.11"

[dependencies.half]
version = "2"

[dependencies.hf-hub]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.ndarray]
version = "0.15"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.safetensors]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.20"

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

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

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

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

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

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

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

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

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