[dependencies.rust_decimal]
version = "1.29.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.152"
[dependencies.serde_json]
version = "1.0.93"
[dependencies.serde_repr]
version = "0.1.10"
[dependencies.url]
features = ["serde"]
version = "2.3.1"
[features]
proposed = []
[lib]
name = "lsprotocol"
path = "src/lib.rs"
[package]
authors = ["Microsoft Corporation <lsprotocol-help@microsoft.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust types for Language Server Protocol generated from LSP specification."
documentation = "https://microsoft.github.io/language-server-protocol"
edition = "2021"
keywords = ["lsp"]
license = "MIT"
name = "lsprotocol"
readme = "README.md"
repository = "https://github.com/microsoft/lsprotocol"
version = "1.0.0-alpha.3"