rite-ls 0.2.2

Language server for the Rite ceremony DSL
# 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"
rust-version = "1.88"
name = "rite-ls"
version = "0.2.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language server for the Rite ceremony DSL"
homepage = "https://ritely.io"
readme = "README.md"
keywords = [
    "lsp",
    "language-server",
    "ceremony",
    "rite",
]
categories = [
    "security",
    "development-tools",
]
license = "GPL-3.0-only"
repository = "https://github.com/rite-ly/rite"
resolver = "2"

[[bin]]
name = "rite-ls"
path = "src/main.rs"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.rite-model]
version = "0.2"

[dependencies.rite-resolver]
version = "0.2"

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "io-std",
    "rt-multi-thread",
]

[dependencies.tower-lsp-server]
version = "0.23.0"