semtree-parse 0.1.0

Tree-sitter parsing and chunk extraction for semtree
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"
rust-version = "1.88"
name = "semtree-parse"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter parsing and chunk extraction for semtree"
readme = false
keywords = [
    "semantic-search",
    "code-intelligence",
    "embeddings",
    "rag",
    "tree-sitter",
]
categories = [
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/rustkit-ai/semtree"

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

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

[dependencies.semtree-core]
version = "0.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

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

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

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

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

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

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