quarb-code-lsp 0.28.0

Language server for the Quarb code level — outline, definition, references, and hover over source code, on LSP JSON-RPC and kaivrpc
# 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 = "quarb-code-lsp"
version = "0.28.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language server for the Quarb code level — outline, definition, references, and hover over source code, on LSP JSON-RPC and kaivrpc"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
    "lsp",
    "language-server",
    "code",
    "navigation",
    "quarb",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

[[bin]]
name = "quarb-code-lsp"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.kaivrpc]
version = "0.1"

[dependencies.quarb]
version = "0.28.0"

[dependencies.quarb-code]
version = "0.28.0"

[dependencies.quarb-compose]
version = "0.28.0"

[dependencies.quarb-fs]
version = "0.28.0"

[dependencies.quarb-lsp]
version = "0.28.0"

[dependencies.quarb-tree-sitter]
version = "0.28.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"