[package] name = "lsp-server" version = "0.7.3" description = "Generic LSP server scaffold." license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server" edition = "2021" [dependencies] log = "0.4.17" serde_json = "1.0.96" # See https://github.com/serde-rs/serde/issues/2538#issuecomment-1684517372 for why we pin serde serde = { version = "1.0.156, < 1.0.172", features = ["derive"] } crossbeam-channel = "0.5.6" [dev-dependencies] lsp-types = "=0.94"