php-lsp 0.1.54

A PHP Language Server Protocol implementation
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 = "php-lsp"
version = "0.1.54"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A PHP Language Server Protocol implementation"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jorgsowa/php-lsp"

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

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

[[bench]]
name = "index"
path = "benches/index.rs"
harness = false

[[bench]]
name = "parse"
path = "benches/parse.rs"
harness = false

[[bench]]
name = "requests"
path = "benches/requests.rs"
harness = false

[dependencies.bumpalo]
version = "3"
features = ["collections"]

[dependencies.dashmap]
version = "6"

[dependencies.mir-analyzer]
version = "0.4.1"

[dependencies.mir-codebase]
version = "0.4.1"

[dependencies.mir-issues]
version = "0.4.1"

[dependencies.mir-types]
version = "0.4.1"

[dependencies.php-ast]
version = "0.6.2"

[dependencies.php-rs-parser]
version = "0.6.2"

[dependencies.serde_json]
version = "1"

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

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

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

[dev-dependencies.expect-test]
version = "1"

[dev-dependencies.tempfile]
version = "3"