[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dirs]
version = "5.0"
[dependencies.regex]
version = "1.10"
[dependencies.ricecoder-completion]
version = "0"
[dependencies.ricecoder-lsp]
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"
[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_external_lsp"
path = "src/lib.rs"
[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "External Language Server Protocol (LSP) integration for RiceCoder"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-external-lsp"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"
[[test]]
name = "configuration_consistency_property_tests"
path = "tests/configuration_consistency_property_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "lsp_client_property_tests"
path = "tests/lsp_client_property_tests.rs"
[[test]]
name = "output_mapping_property_tests"
path = "tests/output_mapping_property_tests.rs"
[[test]]
name = "process_manager_property_tests"
path = "tests/process_manager_property_tests.rs"
[[test]]
name = "semantic_features_properties"
path = "tests/semantic_features_properties.rs"
[[test]]
name = "tier1_servers_tests"
path = "tests/tier1_servers_tests.rs"