-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (34 loc) · 1011 Bytes
/
Cargo.toml
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
34
35
[package]
name = "pickls"
version = "0.6.15"
edition = "2021"
license = "MIT"
keywords = ["LSP", "protocol", "command-line", "ide", "diagnostics"]
categories = ["development-tools", "text-editors"]
description = "The General Purpose Language Server for Command-Line Linters and Formatters"
readme = "README.md"
homepage = "https://github.com/wbbradley/pickls"
repository = "https://github.com/wbbradley/pickls"
[dependencies]
libc = "0.2.159"
log = "0.4.22"
nix = { version = "0.29.0", features = ["process"] }
regex = "1.10.6"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.128"
serde_yml = "0.0.12"
shlex = "1.3.0"
simple-logging = "2.0.2"
sysinfo = "0.31.4"
thiserror = "1.0.64"
toml = "0.8.19"
lsp-types = "0.97.0"
xdg = "2.5.2"
tokio = { version = "1.41.1", features = ["rt-multi-thread", "process"] }
reqwest = { version = "0.12.9", features = ["json"] }
crossbeam-channel = "0.5.13"
handlebars = "6.2.0"
allms = "0.8.2"
anyhow = "1.0.93"
schemars = "0.8.21"
futures = "0.3.31"