6d123aa549
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.6.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.6.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
875 B
TOML
34 lines
875 B
TOML
[package]
|
|
name = "helix-lsp-types"
|
|
version = "0.95.1"
|
|
authors = [
|
|
# Original authors
|
|
"Markus Westerlind <marwes91@gmail.com>",
|
|
"Bruno Medeiros <bruno.do.medeiros@gmail.com>",
|
|
# Since forking
|
|
"Helix contributors"
|
|
]
|
|
edition = "2018"
|
|
description = "Types for interaction with a language server, using VSCode's Language Server Protocol"
|
|
|
|
repository = "https://github.com/gluon-lang/lsp-types"
|
|
documentation = "https://docs.rs/lsp-types"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["language", "server", "lsp", "vscode", "lsif"]
|
|
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
bitflags = "2.6.0"
|
|
serde = { version = "1.0.34", features = ["derive"] }
|
|
serde_json = "1.0.50"
|
|
serde_repr = "0.1"
|
|
url = {version = "2.0.0", features = ["serde"]}
|
|
|
|
[features]
|
|
default = []
|
|
# Enables proposed LSP extensions.
|
|
# NOTE: No semver compatibility is guaranteed for types enabled by this feature.
|
|
proposed = []
|