[[bin]]
name = "magellan"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.globset]
version = "0.4"
[dependencies.hex]
version = "0.4"
[dependencies.notify]
version = "7.0"
[dependencies.rusqlite]
version = "0.31"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.signal-hook]
version = "0.3"
[dependencies.sqlitegraph]
version = "0.2.11"
[dependencies.thiserror]
version = "1.0"
[dependencies.tree-sitter]
version = "0.22"
[dependencies.tree-sitter-c]
version = "0.21"
[dependencies.tree-sitter-cpp]
version = "0.21"
[dependencies.tree-sitter-java]
version = "0.21"
[dependencies.tree-sitter-javascript]
version = "0.21"
[dependencies.tree-sitter-python]
version = "0.21"
[dependencies.tree-sitter-rust]
version = "0.21"
[dependencies.tree-sitter-typescript]
version = "0.21"
[dependencies.walkdir]
version = "2.5"
[dev-dependencies.rusqlite]
version = "0.31"
[dev-dependencies.tempfile]
version = "3.10"
[features]
default = []
native-v2 = ["sqlitegraph/native-v2"]
[lib]
name = "magellan"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "A dumb, deterministic codebase mapping tool for Rust projects"
edition = "2021"
exclude = [".mcp.json", "AGENTS.md", "CLAUDE.md", "codemcp", "docs/DEVELOPMENT_WORKFLOW.md", "docs/SQLITEGRAPH_ARCHITECTURE.md", "docs/codemcp_manual.md", "docs/codemcp-rename-bug.md"]
keywords = ["code-indexing", "code-analysis", "ast", "source-code"]
license = "GPL-3.0-or-later"
name = "magellan"
readme = "README.md"
repository = "https://github.com/feanor/magellan"
version = "0.5.3"
[[test]]
name = "call_graph_tests"
path = "tests/call_graph_tests.rs"
[[test]]
name = "cli_query_tests"
path = "tests/cli_query_tests.rs"
[[test]]
name = "cli_smoke_tests"
path = "tests/cli_smoke_tests.rs"
[[test]]
name = "error_tests"
path = "tests/error_tests.rs"
[[test]]
name = "export_tests"
path = "tests/export_tests.rs"
[[test]]
name = "freshness_tests"
path = "tests/freshness_tests.rs"
[[test]]
name = "graph_persist"
path = "tests/graph_persist.rs"
[[test]]
name = "indexer_tests"
path = "tests/indexer_tests.rs"
[[test]]
name = "kind_filter_tests"
path = "tests/kind_filter_tests.rs"
[[test]]
name = "line_column_tests"
path = "tests/line_column_tests.rs"
[[test]]
name = "multi_language_integration_tests"
path = "tests/multi_language_integration_tests.rs"
[[test]]
name = "native_v2_backend"
path = "tests/native_v2_backend.rs"
[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"
[[test]]
name = "references_tests"
path = "tests/references_tests.rs"
[[test]]
name = "scan_tests"
path = "tests/scan_tests.rs"
[[test]]
name = "signal_tests"
path = "tests/signal_tests.rs"
[[test]]
name = "sqlitegraph_exploration"
path = "tests/sqlitegraph_exploration.rs"
[[test]]
name = "status_tests"
path = "tests/status_tests.rs"
[[test]]
name = "timestamp_tests"
path = "tests/timestamp_tests.rs"
[[test]]
name = "verify_tests"
path = "tests/verify_tests.rs"
[[test]]
name = "watcher_tests"
path = "tests/watcher_tests.rs"