[package] name = "lsp2" version = "0.1.0" edition = "2021" publish = false [lib] path = "src/lsp2.rs" doctest = false [features] test-support = ["async-pipe"] [dependencies] collections = { path = "../collections" } gpui = { package = "gpui2", path = "../gpui2" } util = { path = "../util" } anyhow.workspace = true async-pipe = { git = "https://github.com/zed-industries/async-pipe-rs", rev = "82d00a04211cf4e1236029aa03e6b6ce2a74c553", optional = true } futures.workspace = true log.workspace = true lsp-types = { git = "https://github.com/zed-industries/lsp-types", branch = "updated-completion-list-item-defaults" } parking_lot.workspace = true postage.workspace = true serde.workspace = true serde_derive.workspace = true serde_json.workspace = true smol.workspace = true [dev-dependencies] gpui = { package = "gpui2", path = "../gpui2", features = ["test-support"] } util = { path = "../util", features = ["test-support"] } async-pipe = { git = "https://github.com/zed-industries/async-pipe-rs", rev = "82d00a04211cf4e1236029aa03e6b6ce2a74c553" } ctor.workspace = true env_logger.workspace = true unindent.workspace = true