summaryrefslogtreecommitdiff
path: root/support/texlab/crates/jsonrpc/Cargo.toml
blob: d806759f3f854f485a53a2aff2ca2aa0b3795915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "jsonrpc"
version = "0.1.0"
authors = [
    "Eric Förster <efoerster@users.noreply.github.com>",
    "Patrick Förster <pfoerster@users.noreply.github.com>"]
edition = "2018"

[dependencies]
chashmap = "2.2"
futures-boxed = { path = "../futures_boxed" }
futures-preview = "0.3.0-alpha.18"
log = "0.4.6"
tokio = "0.2.0-alpha.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"