tree-sitter-plsql-sqry 6.0.21

Tree-sitter grammar for Oracle PL/SQL (sqry fork)
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 = "tree-sitter-plsql-sqry"
version = "6.0.21"
authors = ["Verivus Pty Ltd"]
build = "build.rs"
include = [
    "src/",
    "grammar-src/",
    "build.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter grammar for Oracle PL/SQL (sqry fork)"
readme = false
license = "MIT"
repository = "https://github.com/verivus-oss/sqry"
resolver = "2"

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

[dependencies.sqry-tree-sitter-support]
version = "6.0.21"

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

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