lingshu-lsp 0.10.0

LSP client tools for Lingshu: code navigation, diagnostics, and workspace edits via language servers
# 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.97.0"
name = "lingshu-lsp"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LSP client tools for Lingshu: code navigation, diagnostics, and workspace edits via language servers"
readme = "README.md"
license = "Apache-2.0"
resolver = "2"

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

[[bin]]
name = "mock_lsp_server"
path = "src/bin/mock_lsp_server.rs"
test = false
bench = false

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

[dependencies.anyhow]
version = "1"

[dependencies.async-lsp]
version = "0.2.3"
features = [
    "omni-trait",
    "tokio",
]

[dependencies.async-trait]
version = "0.1"

[dependencies.dashmap]
version = "6"

[dependencies.dirs]
version = "5"

[dependencies.edgequake-llm]
version = "0.6.25"
features = ["bedrock"]

[dependencies.futures]
version = "0.3"

[dependencies.inventory]
version = "0.3"

[dependencies.lingshu-security]
version = "0.10.0"

[dependencies.lingshu-tools]
version = "0.10.0"

[dependencies.lingshu-types]
version = "0.10.0"

[dependencies.lsp-types]
version = "0.97.0"
features = ["proposed"]

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.which]
version = "7"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]