[package]
name = "opencodesearchparser"
version = "0.1.3"
edition = "2024"
authors = ["Brosnan Yuen <brosnanyuen@gmail.com>"]
description = " Rust Library for Parsing and Segmentation of Source code "
readme = "README.md"
repository = "https://github.com/BrosnanYuen/opencodesearchparse"
keywords = ["parsing","sourcecode","tree","code","ast"]
license = "GPL-3.0-only"
categories = [ "command-line-utilities", "parsing" ]
[dependencies]
tree-sitter = "0.26.7"
tree-sitter-c = "0.24.1"
tree-sitter-cpp = "0.23.4"
tree-sitter-python = "0.25.0"
tree-sitter-javascript = "0.25.0"
tree-sitter-rust = "0.24.2"
rayon = "1.11.0"
walkdir = "2.5"
anyhow = "1.0.102"