deagle-parse 0.2.1

Tree-sitter based multi-language code parser for deagle
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 = "deagle-parse"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter based multi-language code parser for deagle"
readme = "README.md"
license = "MIT"
repository = "https://github.com/dirmacs/deagle"

[features]
default = []
pattern = [
    "dep:ast-grep-core",
    "dep:ast-grep-language",
]
text-search = [
    "dep:grep-regex",
    "dep:grep-searcher",
    "dep:grep-matcher",
]

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

[dependencies.ast-grep-core]
version = "0.42"
optional = true

[dependencies.ast-grep-language]
version = "0.42"
optional = true

[dependencies.deagle-core]
version = "0.2.1"
default-features = false

[dependencies.grep-matcher]
version = "0.1"
optional = true

[dependencies.grep-regex]
version = "0.1"
optional = true

[dependencies.grep-searcher]
version = "0.1"
optional = true

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

[dependencies.serde_json]
version = "1"

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

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

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

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

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

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

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

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

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