mimir-syntax 0.14.0

Tree-sitter language adapters and symbol extraction for Mimir (no dependency on mimir-core, so mimir-core and mimir-graph can both consume it without a dependency cycle)
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-syntax"
version = "0.14.0"
authors = ["Thomas H"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter language adapters and symbol extraction for Mimir (no dependency on mimir-core, so mimir-core and mimir-graph can both consume it without a dependency cycle)"
readme = false
keywords = [
    "tree-sitter",
    "code-graph",
    "parsing",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MakerViking/mimir"

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

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

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

[dependencies.tree-sitter-c-sharp]
version = "0.23"

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

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

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

[dependencies.tree-sitter-kotlin-ng]
version = "1.1"

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

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

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

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

[dependencies.tree-sitter-sequel-tsql]
version = "0.4"

[dependencies.tree-sitter-swift]
version = "0.7"

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