code-graph-cli 1.2.0

Code intelligence engine for TypeScript/JavaScript/Rust — query the dependency graph instead of reading source files.
# 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 = "code-graph-cli"
version = "1.2.0"
build = false
exclude = [
    ".planning/",
    ".github/",
    ".claude/",
    ".devcontainer/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code intelligence engine for TypeScript/JavaScript/Rust — query the dependency graph instead of reading source files."
homepage = "https://github.com/MonsieurBarti/code-graph-ai"
readme = "README.md"
keywords = [
    "typescript",
    "rust",
    "code-graph",
    "mcp",
    "dependency-analysis",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/MonsieurBarti/code-graph-ai"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "2"
features = ["serde"]

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

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-mini]
version = "0.7"

[dependencies.oxc_resolver]
version = "3"

[dependencies.petgraph]
version = "0.6"
features = [
    "stable_graph",
    "serde-1",
]

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.rmcp]
version = "0.16"
features = [
    "server",
    "transport-io",
    "macros",
]

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

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

[dependencies.toml]
version = "0.8"

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

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

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

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