quarb-code 0.8.0

Source-code AST adapter for the Quarb query engine (tree-sitter)
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 = "2024"
name = "quarb-code"
version = "0.8.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source-code AST adapter for the Quarb query engine (tree-sitter)"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
    "query",
    "ast",
    "tree-sitter",
    "code",
    "quarb",
]
categories = [
    "development-tools",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

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

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

[dependencies.quarb]
version = "0.8.0"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

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

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

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

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