]> git.proxmox.com Git - rustc.git/blame - vendor/lsp-types/Cargo.toml
New upstream version 1.48.0+dfsg1
[rustc.git] / vendor / lsp-types / Cargo.toml
CommitLineData
f035d41b
XL
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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "lsp-types"
1b1a35ee 16version = "0.80.0"
f035d41b
XL
17authors = ["Markus Westerlind <marwes91@gmail.com>", "Bruno Medeiros <bruno.do.medeiros@gmail.com>"]
18description = "Types for interaction with a language server, using VSCode's Language Server Protocol"
19documentation = "https://docs.rs/lsp-types"
20readme = "README.md"
21keywords = ["language", "server", "lsp", "vscode"]
22license = "MIT"
23repository = "https://github.com/gluon-lang/lsp-types"
24[dependencies.base64]
25version = "0.12.0"
26
27[dependencies.bitflags]
28version = "1.0.1"
29
30[dependencies.serde]
31version = "1.0.34"
32features = ["derive"]
33
34[dependencies.serde_json]
3dfed10e 35version = "1.0.50"
f035d41b
XL
36
37[dependencies.serde_repr]
38version = "0.1"
39
40[dependencies.url]
41version = "2.0.0"
42features = ["serde"]
43
44[features]
45default = []
46proposed = []