[[bin]]
name = "css-variable-lsp"
path = "src/main.rs"
[dependencies.csscolorparser]
version = "0.6"
[dependencies.globset]
version = "0.4"
[dependencies.pathdiff]
version = "0.2"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.35"
[dependencies.tower-lsp]
version = "0.20"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
[dependencies.walkdir]
version = "2.4"
[lib]
name = "css_variable_lsp"
path = "src/lib.rs"
[package]
authors = ["lmn45"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "A fast, Rust-based Language Server Protocol implementation for CSS Variables"
edition = "2021"
exclude = ["FEATURE_COMPARISON.md", "IMPLEMENTATION_STATUS.md", "IMPROVEMENTS_SUMMARY.md", "PHASE2_COMPLETE.md", "PHASE3_COMPLETE.md", "TEST_ADDITIONS_SUMMARY.md", "CHANGELOG.md", "AGENTS.md", "TEST_EXAMPLE.*"]
homepage = "https://github.com/lmn45/css-variable-lsp"
keywords = ["lsp", "language-server", "css", "variables", "editor"]
license = "GPL-3.0"
name = "css-variable-lsp"
readme = "README.md"
repository = "https://github.com/lmn45/css-variable-lsp"
version = "0.1.0"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"