graphy 1.0.0

Graph-powered code intelligence engine with MCP server
# 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 = "graphy"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph-powered code intelligence engine with MCP server"
readme = "README.md"
keywords = [
    "code-analysis",
    "mcp",
    "tree-sitter",
    "code-graph",
    "ai",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/rosshhun/graphy"

[features]
default = ["web"]
web = ["dep:graphy-web"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.graphy-analysis]
version = "1.0.0"

[dependencies.graphy-core]
version = "1.0.0"

[dependencies.graphy-deps]
version = "1.0.0"

[dependencies.graphy-mcp]
version = "1.0.0"

[dependencies.graphy-parser]
version = "1.0.0"

[dependencies.graphy-search]
version = "1.0.0"

[dependencies.graphy-watch]
version = "1.0.0"

[dependencies.graphy-web]
version = "1.0.0"
optional = true

[dependencies.rayon]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tikv-jemallocator]
version = "0.6"

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

[dependencies.tracing]
version = "0.1"

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