php-lsp 0.1.13

A PHP Language Server Protocol implementation
[package]
name = "php-lsp"
version = "0.1.13"
edition = "2024"
description = "A PHP Language Server Protocol implementation"
license = "MIT"
repository = "https://github.com/jorgsowa/php-lsp"
readme = "README.md"

[dependencies]
php-rs-parser = "0.2.1"
php-ast = "0.2.1"
bumpalo = { version = "3", features = ["collections"] }
tower-lsp = "0.20"
tokio = { version = "1", features = ["full"] }
serde_json = "1"
dashmap = "6"

[dev-dependencies]
tempfile = "3"