pecto-typescript 0.1.1

TypeScript/JavaScript behavior extractor (Express, NestJS, Next.js)
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 = "pecto-typescript"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeScript/JavaScript behavior extractor (Express, NestJS, Next.js)"
readme = false
license = "MIT"
resolver = "2"

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

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

[dependencies.pecto-core]
version = "0.1.1"

[dependencies.rayon]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

[dependencies.walkdir]
version = "2"