mimir-graph 0.5.6

Code graph for Mimir: tree-sitter symbol extraction and graph queries
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"
name = "mimir-graph"
version = "0.5.6"
authors = ["Thomas H"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code graph for Mimir: tree-sitter symbol extraction and graph queries"
readme = false
keywords = [
    "tree-sitter",
    "code-graph",
    "mcp",
    "agent",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MakerViking/mimir"

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

[dependencies.blake3]
version = "1.8"

[dependencies.ignore]
version = "0.4"

[dependencies.mimir-core]
version = "0.5.6"
package = "mimir-mem-core"

[dependencies.petgraph]
version = "0.8"

[dependencies.rusqlite]
version = "0.40"
features = [
    "bundled",
    "functions",
]

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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

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

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

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

[dependencies.tree-sitter-typescript]
version = "0.23"

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