cqlls 4.1.0

The Best lanugage server for CQL (Cassandra Query Lanugage) ^_^
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 = "cqlls"
version = "4.1.0"
authors = ["アクゼスティア <akzestia@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Best lanugage server for CQL (Cassandra Query Lanugage) ^_^"
readme = "README.md"
keywords = [
    "lsp",
    "cql",
    "language-server",
    "syntax",
]
categories = [
    "text-editors",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Akzestia/cqlls"

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

[[bin]]
name = "cqlls"
path = "src/main.rs"

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

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

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

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.fern]
version = "0.7.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.27"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.11.1"

[dependencies.rustls]
version = "0.23.36"

[dependencies.rustls-pemfile]
version = "2.2.0"

[dependencies.scylla]
version = "1.1.0"
features = [
    "full-serialization",
    "rustls-023",
]

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dependencies.tower-lsp]
version = "0.20.0"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

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

[dependencies.tttx-tree-sitter-cql]
version = "0.1.0"

[dependencies.url]
version = "2.5.8"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
strip = true