codebase-graph 1.1.5

Native codebaseGraph CLI and MCP server for local code knowledge graphs.
# 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 = "codebase-graph"
version = "1.1.5"
build = "build.rs"
exclude = ["assets/ladybug-extensions/0.17.0/win_amd64/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native codebaseGraph CLI and MCP server for local code knowledge graphs."
homepage = "https://github.com/rabii-chaarani/codebaseGraph"
readme = "README.md"
keywords = [
    "codebase",
    "graph",
    "mcp",
    "cli",
    "analysis",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/rabii-chaarani/codebaseGraph"

[features]
bundled-windows-extensions = []

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

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

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

[dependencies.lbug]
version = "0.17.1"

[dependencies.notify]
version = "8.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

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

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

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

[dependencies.tree-sitter-fortran]
version = "0.6.0"

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

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

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

[dependencies.walkdir]
version = "2"