opencodesearchparser 0.1.3

Rust Library for Parsing and Segmentation of Source code
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 = "opencodesearchparser"
version = "0.1.3"
authors = ["Brosnan Yuen <brosnanyuen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = " Rust Library for Parsing and Segmentation of Source code "
readme = "README.md"
keywords = [
    "parsing",
    "sourcecode",
    "tree",
    "code",
    "ast",
]
categories = [
    "command-line-utilities",
    "parsing",
]
license = "GPL-3.0-only"
repository = "https://github.com/BrosnanYuen/opencodesearchparse"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.rayon]
version = "1.11.0"

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

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

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

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

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

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

[dependencies.walkdir]
version = "2.5"