css-variable-lsp 0.1.9

A fast, Rust-based Language Server Protocol implementation for CSS Variables
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 = "2021"
name = "css-variable-lsp"
version = "0.1.9"
authors = ["lmn451"]
build = false
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.*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, Rust-based Language Server Protocol implementation for CSS Variables"
homepage = "https://github.com/lmn451/css-lsp-rust"
readme = "README.md"
keywords = [
    "lsp",
    "language-server",
    "css",
    "variables",
    "editor",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "GPL-3.0"
repository = "https://github.com/lmn451/css-lsp-rust"

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

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

[[bin]]
name = "perf"
path = "src/bin/perf.rs"

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

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

[dependencies.csscolorparser]
version = "0.6"

[dependencies.globset]
version = "0.4"

[dependencies.pathdiff]
version = "0.2"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.walkdir]
version = "2.4"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tower]
version = "0.4"