[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.regex]
version = "1.10"
[dependencies.ricecoder-completion]
version = "0"
[dependencies.ricecoder-refactoring]
version = "0"
[dependencies.ricecoder-storage]
version = "0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
[dependencies.tree-sitter]
version = "0.20"
[dependencies.tree-sitter-python]
version = "0.20"
[dependencies.tree-sitter-rust]
version = "0.20"
[dependencies.tree-sitter-typescript]
version = "0.20"
[dev-dependencies.itertools]
version = "0.12"
[dev-dependencies.proptest]
version = "1.4"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "ricecoder_lsp"
path = "src/lib.rs"
[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Language Server Protocol integration for RiceCoder"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-lsp"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"
[[test]]
name = "lsp_completion_integration"
path = "tests/lsp_completion_integration.rs"
[[test]]
name = "lsp_completion_performance"
path = "tests/lsp_completion_performance.rs"
[[test]]
name = "lsp_configuration_driven_properties"
path = "tests/lsp_configuration_driven_properties.rs"
[[test]]
name = "lsp_configuration_integration"
path = "tests/lsp_configuration_integration.rs"
[[test]]
name = "lsp_diagnostics_code_actions_properties"
path = "tests/lsp_diagnostics_code_actions_properties.rs"
[[test]]
name = "lsp_hover_properties"
path = "tests/lsp_hover_properties.rs"
[[test]]
name = "lsp_multi_language_support_properties"
path = "tests/lsp_multi_language_support_properties.rs"
[[test]]
name = "lsp_protocol_compliance_properties"
path = "tests/lsp_protocol_compliance_properties.rs"
[[test]]
name = "lsp_semantic_analysis_properties"
path = "tests/lsp_semantic_analysis_properties.rs"
[[test]]
name = "lsp_server_lifecycle"
path = "tests/lsp_server_lifecycle.rs"
[[test]]
name = "lsp_storage_integration"
path = "tests/lsp_storage_integration.rs"