lsp-types-max 26.6.8

Types for interaction with a language server, using VSCode's Language Server Protocol
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "lsp-types-max"
version = "26.6.8"
authors = [
    "Markus Westerlind <marwes91@gmail.com>",
    "Bruno Medeiros <bruno.do.medeiros@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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",
    "lsif",
]
license = "MIT"
repository = "https://github.com/gluon-lang/lsp-types"

[features]
default = []
proposed = []

[lib]
name = "lsp_types_max"
path = "src/lib.rs"

[[test]]
name = "base_spec_0_9"
path = "tests/base_spec_0_9.rs"

[[test]]
name = "e2e_spec_3_18"
path = "tests/e2e_spec_3_18.rs"

[[test]]
name = "lsif"
path = "tests/lsif.rs"

[dependencies.bitflags]
version = "1.0.1"

[dependencies.fluent-uri]
version = "0.1.4"

[dependencies.serde]
version = "1.0.34"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.50"

[dependencies.serde_repr]
version = "0.1"