treesitter-types-javascript 0.1.0

Pre-generated strongly-typed AST types for JavaScript (tree-sitter-javascript)
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"
rust-version = "1.77"
name = "treesitter-types-javascript"
version = "0.1.0"
authors = ["Jeroen Vervaeke <treesitter-types.uvyaj@simplelogin.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-generated strongly-typed AST types for JavaScript (tree-sitter-javascript)"
readme = false
keywords = [
    "tree-sitter",
    "javascript",
    "ast",
    "parser",
    "codegen",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jeroenvervaeke/treesitter-types"

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

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

[dependencies.treesitter-types]
version = "0.1.0"