sql-dialect-fmt-lsp 1.18.0

Language Server Protocol server for Snowflake SQL formatting, diagnostics, symbols, completion, and semantic tokens.
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-lsp"
version = "1.18.0"
authors = ["sql-dialect-fmt contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language Server Protocol server for Snowflake SQL formatting, diagnostics, symbols, completion, and semantic tokens."
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_lsp"
path = "src/lib.rs"

[[bin]]
name = "sql-dialect-fmt-lsp"
path = "src/main.rs"

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

[dependencies.lsp-server]
version = "0.10"

[dependencies.lsp-types]
version = "0.97"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

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

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

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

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

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

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

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

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

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

[dev-dependencies.tempfile]
version = "3"