]> git.proxmox.com Git - rustc.git/blame - vendor/lsp-types/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / lsp-types / Cargo.toml
CommitLineData
064997fb
FG
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "lsp-types"
487cf647 15version = "0.93.2"
064997fb
FG
16authors = [
17 "Markus Westerlind <marwes91@gmail.com>",
18 "Bruno Medeiros <bruno.do.medeiros@gmail.com>",
19]
20description = "Types for interaction with a language server, using VSCode's Language Server Protocol"
21documentation = "https://docs.rs/lsp-types"
22readme = "README.md"
23keywords = [
24 "language",
25 "server",
26 "lsp",
27 "vscode",
28 "lsif",
29]
30license = "MIT"
31repository = "https://github.com/gluon-lang/lsp-types"
f2b60f7d 32resolver = "1"
064997fb
FG
33
34[dependencies.bitflags]
35version = "1.0.1"
36
37[dependencies.serde]
38version = "1.0.34"
39features = ["derive"]
40
41[dependencies.serde_json]
42version = "1.0.50"
43
44[dependencies.serde_repr]
45version = "0.1"
46
47[dependencies.url]
48version = "2.0.0"
49features = ["serde"]
50
51[features]
52default = []
53proposed = []