tree-sitter-objectscript 1.3.3

ObjectScript grammars for tree-sitter
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 = "tree-sitter-objectscript"
version = "1.3.3"
authors = [
    "Dave McCaldon <davem@intersystems.com>",
    "Hannah Kimura <hkimura@intersystems.com>",
]
build = "bindings/rust/build.rs"
include = [
    "LICENSE",
    "bindings/rust",
    "core/src",
    "udl/src",
    "expr/src",
    "udl/queries/*",
    "core/queries/*",
    "common",
    "expr/queries/*",
    "udl/grammar.js",
    "core/grammar.js",
    "expr/grammar.js",
    "./tree-sitter.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ObjectScript grammars for tree-sitter"
readme = "cargo_readme.md"
keywords = [
    "incremental",
    "parsing",
    "objectscript",
]
categories = [
    "parsing",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/intersystems/tree-sitter-objectscript"

[lib]
name = "tree_sitter_objectscript"
path = "bindings/rust/lib.rs"

[dependencies.tree-sitter]
version = ">=0.22.6"

[dependencies.tree-sitter-language]
version = "0.1"

[build-dependencies.cc]
version = "1.0"