[package]
name = "grapha"
version = "0.3.0"
edition = "2024"
description = "Blazingly fast code intelligence CLI and MCP server for Swift and Rust"
license = "MIT"
repository = "https://github.com/oops-rs/grapha"
homepage = "https://github.com/oops-rs/grapha"
readme = "../README.md"
keywords = ["code-intelligence", "mcp", "analysis", "swift", "rust"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
grapha-core = { version = "0.3.0", path = "../grapha-core" }
grapha-swift = { version = "0.3.0", path = "../grapha-swift" }
anyhow = "1"
bincode = { version = "2", features = ["serde"] }
notify = "8.2"
notify-debouncer-mini = "0.7"
rayon = "1"
clap = { version = "4", features = ["derive"] }
ignore = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
git2 = { version = "0.20", default-features = false }
rusqlite = { version = "0.39", features = ["bundled"] }
tantivy = "0.26"
indicatif = "0.18"
toml = "1"
regex = "1"
tree-sitter = "0.26"
tree-sitter-rust = "0.24"
axum = "0.8"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net"] }
tower-http = { version = "0.6", features = ["cors"] }
urlencoding = "2"
langcodec = "0.12"
xcassets = "0.2"
[dev-dependencies]
assert_cmd = "2"
predicates = "3"
tempfile = "3"