cha-parser 1.0.4

Tree-sitter based AST parser for Cha (TypeScript, Rust)
# 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 = "cha-parser"
version = "1.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter based AST parser for Cha (TypeScript, Rust)"
homepage = "https://github.com/W-Mai/Cha"
readme = false
keywords = [
    "code-quality",
    "static-analysis",
    "linter",
    "ast",
    "wasm",
]
categories = [
    "development-tools",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/W-Mai/Cha"
resolver = "2"

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

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

[dependencies.cha-core]
version = "1.0.4"

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

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

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

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

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

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

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

[dev-dependencies.proptest]
version = "1"