magellan 0.2.2

A dumb, deterministic codebase mapping tool for Rust projects
Documentation
[[bin]]
name = "magellan"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.notify]
version = "7.0"

[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.10"

[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"

[[example]]
name = "debug_calls"
path = "examples/debug_calls.rs"

[[example]]
name = "debug_method"
path = "examples/debug_method.rs"

[[example]]
name = "query_odincode"
path = "examples/query_odincode.rs"

[[example]]
name = "test_call_graph"
path = "examples/test_call_graph.rs"

[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"
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.2.2"

[[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 = "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 = "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"