tessera-codegraph 0.8.0

A local, deterministic semantic code graph and MCP server for AI coding agents. 11 languages, personalized PageRank impact, hallucination validator, call-path tracing, graph export, incremental indexing.
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"
rust-version = "1.82"
name = "tessera-codegraph"
version = "0.8.0"
authors = ["Saquib <saquibulhassan6@gmail.com>"]
build = false
exclude = [".github/ISSUE_TEMPLATE/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A local, deterministic semantic code graph and MCP server for AI coding agents. 11 languages, personalized PageRank impact, hallucination validator, call-path tracing, graph export, incremental indexing."
homepage = "https://github.com/iamsaquib8/tessera"
documentation = "https://docs.rs/tessera-codegraph"
readme = "README.md"
keywords = [
    "mcp",
    "codegraph",
    "tree-sitter",
    "agents",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/iamsaquib8/tessera"

[features]
cozo = []
default = []

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.bit-vec]
version = "0.6"

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

[dependencies.memmap2]
version = "0.9"

[dependencies.petgraph]
version = "0.6"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.strsim]
version = "0.11"

[dependencies.tempfile]
version = "3.13"

[dependencies.tree-sitter]
version = ">=0.20, <0.21"

[dependencies.tree-sitter-c]
version = ">=0.20, <0.21"

[dependencies.tree-sitter-c-sharp]
version = ">=0.20, <0.21"

[dependencies.tree-sitter-cpp]
version = ">=0.20, <0.21"

[dependencies.tree-sitter-go]
version = ">=0.20, <0.21"

[dependencies.tree-sitter-java]
version = ">=0.20, <0.21"

[dependencies.tree-sitter-javascript]
version = ">=0.20, <0.21"

[dependencies.tree-sitter-php]
version = ">=0.20, <0.21"

[dependencies.tree-sitter-python]
version = ">=0.20, <0.21"

[dependencies.tree-sitter-ruby]
version = ">=0.20, <0.21"

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

[dependencies.tree-sitter-typescript]
version = ">=0.20, <0.21"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"