sql-dialect-fmt-highlight 1.18.0

Lexical syntax highlighting primitives for Snowflake SQL.
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-highlight"
version = "1.18.0"
authors = ["sql-dialect-fmt contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lexical syntax highlighting primitives for Snowflake SQL."
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"

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

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

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

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

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

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

[dependencies.sql-dialect-fmt-lexer]
version = "1.18.0"

[dependencies.sql-dialect-fmt-syntax]
version = "1.18.0"

[dependencies.sql-dialect-fmt-text]
version = "1.18.0"

[dev-dependencies.serde_json]
version = "1"