forked from kakoune-lsp/kakoune-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (31 loc) · 740 Bytes
/
Cargo.toml
File metadata and controls
34 lines (31 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "kak-lsp"
version = "8.0.0-snapshot"
authors = ["Ruslan Prokopchuk <fer.obbee@gmail.com>"]
edition = "2018"
license = "Unlicense/MIT"
[dependencies]
crossbeam-channel = "0.4.2"
clap = "2.33.1"
daemonize = "0.4.1"
dirs = "2.0.2"
enum_primitive = "0.1.1"
glob = "0.3.0"
itertools = "0.9.0"
lsp-types = { version = "0.80.0", features = ["proposed"] }
jsonrpc-core = "14.2.0"
libc = "0.2.71"
rand = "0.7.3"
regex = "1.3.9"
ropey = "1.2.0"
serde = "1.0.112"
serde_derive = "1.0.112"
serde_json = "1.0.55"
slog = { version = "2.5.2", features = ["release_max_level_debug"] }
slog-scope = "4.3.0"
sloggers = "1.0.1"
toml = "0.5.6"
url = { version = "2.1.1", features = ["serde"] }
whoami = "0.8.2"
[profile.release]
lto = true