csskit_lsp 0.0.17

A JSON-RPC Language Server Protocol implementation for CSS with semantic tokens and diagnostics.
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 = "2024"
name = "csskit_lsp"
version = "0.0.17"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A JSON-RPC Language Server Protocol implementation for CSS with semantic tokens and diagnostics."
homepage = "https://csskit.rs"
readme = "README.md"
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
default = []
fancy = ["miette/fancy-no-backtrace"]

[lib]
name = "csskit_lsp"
path = "src/lib.rs"
bench = false

[dependencies.bitmask-enum]
version = "2.2.5"

[dependencies.bumpalo]
version = "3.19.0"
features = [
    "collections",
    "boxed",
]

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.css_ast]
version = "0.0.17"
features = ["visitable"]

[dependencies.css_lexer]
version = "0.0.17"

[dependencies.css_parse]
version = "0.0.17"

[dependencies.csskit_highlight]
version = "0.0.17"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.httparse]
version = "1.10.1"

[dependencies.itertools]
version = "0.14.0"

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

[dependencies.miette]
version = "7.6.0"
features = ["derive"]
default-features = false

[dependencies.ropey]
version = "1.6.1"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.tracing]
version = "0.1.41"

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

[dev-dependencies.console]
version = "0.16.1"

[dev-dependencies.criterion]
version = "0.5.1"
features = ["html_reports"]

[dev-dependencies.glob]
version = "0.3.3"

[dev-dependencies.insta]
version = "1.43.2"
features = ["json"]

[dev-dependencies.similar]
version = "2.7.0"

[target.'cfg(target_family = "unix")'.dev-dependencies.pprof]
version = "0.15.0"
features = [
    "flamegraph",
    "criterion",
]