blob: c73162652bad994854a48381a18278ce71aff629 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "lsp-types"
version = "0.57.2"
authors = ["Markus Westerlind <marwes91@gmail.com>", "Bruno Medeiros <bruno.do.medeiros@gmail.com>"]
description = "Types for interaction with a language server, using VSCode's Language Server Protocol"
documentation = "https://docs.rs/lsp-types"
readme = "README.md"
keywords = ["language", "server", "lsp", "vscode"]
license = "MIT"
repository = "https://github.com/gluon-lang/lsp-types"
[dependencies.bitflags]
version = "1.0.1"
[dependencies.num-derive]
version = "0.2.2"
[dependencies.num-traits]
version = "0.2"
[dependencies.serde]
version = "1.0.34"
[dependencies.serde_derive]
version = "1.0.34"
[dependencies.serde_json]
version = "1.0.0"
[dependencies.url]
version = "1.1.0"
[dependencies.url_serde]
version = "0.2.0"
[features]
default = []
proposed = []