agentic-codebase 0.2.6

Semantic code compiler for AI agents - transforms codebases into navigable concept graphs
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 = "agentic-codebase"
version = "0.2.6"
authors = ["Agentra Labs <contact@agentralabs.tech>"]
build = false
exclude = [
    ".DS_Store",
    "planning-docs/",
    "target/",
    "npm/wasm",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "acb"
description = "Semantic code compiler for AI agents - transforms codebases into navigable concept graphs"
homepage = "https://agentralabs.tech"
documentation = "https://docs.rs/agentic-codebase"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "code-analysis",
    "semantic-graph",
    "mcp",
]
categories = [
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/agentralabs/agentic-codebase"

[features]
all-transports = [
    "stdio",
    "sse",
]
default = ["stdio"]
sse = [
    "axum",
    "tower",
    "tower-http",
    "tokio",
]
stdio = []

[lib]
name = "agentic_codebase"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

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

[[bin]]
name = "agentic-codebase-mcp"
path = "src/bin/agentic-codebase-mcp.rs"

[[example]]
name = "01_basic_compile"
path = "examples/01_basic_compile.rs"

[[example]]
name = "02_query_symbols"
path = "examples/02_query_symbols.rs"

[[example]]
name = "03_impact_analysis"
path = "examples/03_impact_analysis.rs"

[[example]]
name = "04_dependency_graph"
path = "examples/04_dependency_graph.rs"

[[example]]
name = "05_code_prophecy"
path = "examples/05_code_prophecy.rs"

[[example]]
name = "06_binary_format"
path = "examples/06_binary_format.rs"

[[example]]
name = "07_full_pipeline"
path = "examples/07_full_pipeline.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.axum]
version = "0.7"
optional = true

[dependencies.blake3]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

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

[dependencies.clap_complete]
version = "4"

[dependencies.gix]
version = "0.63"
features = [
    "basic",
    "blob-diff",
]
default-features = false

[dependencies.ignore]
version = "0.4"

[dependencies.lz4_flex]
version = "0.11"

[dependencies.memmap2]
version = "0.9"

[dependencies.rustyline]
version = "14"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.tower]
version = "0.4"
optional = true

[dependencies.tower-http]
version = "0.5"
features = ["cors"]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dependencies.tree-sitter-c-sharp]
version = "0.21"

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

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

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

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

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

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

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

[dependencies.walkdir]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.8"

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

[profile.release]
lto = true
codegen-units = 1
strip = true