sdivi-lang-javascript 0.2.13

JavaScript language adapter for sdivi-rust
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 = "sdivi-lang-javascript"
version = "0.2.13"
authors = ["Geoff Godwin <geoff.godwin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JavaScript language adapter for sdivi-rust"
readme = "README.md"
keywords = [
    "sdivi",
    "code-divergence",
    "tree-sitter",
    "parsing",
    "javascript",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/GeoffGodwin/sdivi-rust"

[features]
lang-javascript = []

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

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

[dependencies.sdivi-parsing]
version = "0.2.13"

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

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