sql-dialect-fmt-syntax 1.14.0

Syntax kinds and lossless-tree (rowan) language definition for sql-dialect-fmt, a Snowflake SQL toolchain.
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.94"
name = "sql-dialect-fmt-syntax"
version = "1.14.0"
authors = ["sql-dialect-fmt contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Syntax kinds and lossless-tree (rowan) language definition for sql-dialect-fmt, a Snowflake SQL toolchain."
homepage = "https://github.com/hjosugi/sql-dialect-fmt"
readme = "README.md"
keywords = [
    "snowflake",
    "sql",
    "formatter",
    "parser",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "0BSD"
repository = "https://github.com/hjosugi/sql-dialect-fmt"

[features]
default = []
rowan = ["dep:rowan"]

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

[dependencies.rowan]
version = "0.16"
optional = true