cha-lsp 1.0.5

LSP server for Cha — real-time code smell diagnostics
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 = "cha-lsp"
version = "1.0.5"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LSP server for Cha — real-time code smell diagnostics"
homepage = "https://github.com/W-Mai/Cha"
readme = false
license = "MIT"
repository = "https://github.com/W-Mai/Cha"
resolver = "2"

[package.metadata.dist]
dist = false

[package.metadata.dist.keywords]
workspace = true

[package.metadata.dist.categories]
workspace = true

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

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

[dependencies.cha-core]
version = "1.0.5"

[dependencies.cha-parser]
version = "1.0.5"

[dependencies.serde_json]
version = "1"

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

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