ferrograph 1.0.0

Graph-powered Rust code intelligence
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.88"
name = "ferrograph"
version = "1.0.0"
build = false
exclude = [
    ".ferrograph",
    "tests/fixtures/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph-powered Rust code intelligence"
readme = "README.md"
keywords = [
    "rust",
    "code-analysis",
    "mcp",
    "knowledge-graph",
    "tree-sitter",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/GarthDB/ferrograph"

[features]
default = []
git = ["dep:gix"]
ra = ["dep:ra_ap_ide"]

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.cozo]
version = "0.7"

[dependencies.ctrlc]
version = "3"

[dependencies.gix]
version = "0.79"
optional = true

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.notify]
version = "6"

[dependencies.ra_ap_ide]
version = "0.0.309"
optional = true

[dependencies.rayon]
version = ">=1.5, <1.11"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

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

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

[dev-dependencies.insta]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"