taplo-lsp 0.3.1

Language server for Taplo
Documentation
[package]
authors = ["tamasf97 <tamasf97@outlook.com>"]
description = "Language server for Taplo"
edition = "2021"
name = "taplo-lsp"
version = "0.3.1"
license = "MIT"
homepage = "https://taplo.tamasfe.dev"
repository = "https://github.com/tamasfe/taplo"

[lib]
crate-type = ["cdylib", "rlib"]

[features]
default = []
plugin-crates = ["taplo-plugin-crates"]

[dependencies]
anyhow = "1"
arc-swap = "1.5.0"
either = "1.6.1"
figment = { version = "0.10.6", features = ["json"] }
futures = "0.3.5"
indexmap = { version = "1.6", features = ["serde"] }
itertools = "0.10.3"
lsp-async-stub = { version = "0.5.0", path = "../lsp-async-stub" }
lsp-types = { version = "0.92.0", features = ["proposed"] }
once_cell = "1.5"
parking_lot = "0.12.0"
regex = "1.5.4"
reqwest = { version = "0.11.4", features = ["json"] }
schemars = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
tap = "1.0.1"
taplo = { version = "0.8.0", path = "../taplo", features = ["serde"] }
taplo-common = { version = "0.1.2", path = "../taplo-common" }
time = { version = "0.3", features = ["formatting", "parsing"] }
toml = "0.5"
tracing = "0.1.29"

taplo-plugin-crates = { version = "0.1.0", path = "../taplo-plugin-crates", optional = true }