2020-11-17 22:22:44 +00:00
|
|
|
[package]
|
|
|
|
name = "lapce-rpc"
|
2022-11-01 19:32:52 +00:00
|
|
|
description = "Data formats between lapce components"
|
|
|
|
license = "Apache-2.0"
|
2022-12-14 19:21:35 +00:00
|
|
|
version = "0.2.5"
|
2020-11-17 22:22:44 +00:00
|
|
|
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
2022-05-12 17:43:27 +00:00
|
|
|
edition = "2021"
|
2020-11-17 22:22:44 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-08-31 19:51:51 +00:00
|
|
|
log = "0.4.17"
|
2022-02-02 17:31:17 +00:00
|
|
|
parking_lot = "0.11.2"
|
2020-11-17 22:22:44 +00:00
|
|
|
anyhow = "1.0.34"
|
2023-01-01 19:44:52 +00:00
|
|
|
human-sort = { git = "https://github.com/dragazo/human-sort" }
|
2023-01-01 21:32:29 +00:00
|
|
|
indexmap = { version = "1", features = ["serde"] }
|
2022-10-22 15:02:54 +00:00
|
|
|
serde_json = "1.0.87"
|
2020-11-17 22:22:44 +00:00
|
|
|
serde = "1.0"
|
|
|
|
crossbeam-channel = "0.5.0"
|
2022-06-30 19:31:49 +00:00
|
|
|
lsp-types = { version = "0.93", features = ["proposed"] }
|
2022-11-01 19:30:21 +00:00
|
|
|
lapce-xi-rope = { version = "0.3.1", features = ["serde"] }
|