sql-dialect-fmt-lexer 1.18.0

Hand-written, lossless, error-resilient lexer for Snowflake SQL (sql-dialect-fmt 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-lexer"
version = "1.18.0"
authors = ["sql-dialect-fmt contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hand-written, lossless, error-resilient lexer for Snowflake SQL (sql-dialect-fmt 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"

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

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

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

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

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

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

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

[[bench]]
name = "lex"
path = "benches/lex.rs"
harness = false

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

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

[dev-dependencies.criterion]
version = "0.8"
default-features = false

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