lspt 0.3.0

Language Server Protocol (LSP) types made easy.
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 = "2024"
name = "lspt"
version = "0.3.0"
authors = ["Pig Fang <g-plane@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language Server Protocol (LSP) types made easy."
readme = "README.md"
keywords = ["lsp"]
license = "MIT"
repository = "https://github.com/g-plane/lspt"

[package.metadata.docs.rs]
features = ["proposed"]

[features]
default = ["rustc-hash"]
proposed = []

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

[dependencies.indexmap]
version = "2.13"
features = ["serde"]
optional = true

[dependencies.rustc-hash]
version = "2.1"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "2.5"
features = ["serde"]
optional = true