auto-lsp 0.6.2

A rust crate for creating AST and LSP servers powered by tree-sitter.
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 = "2021"
name = "auto-lsp"
version = "0.6.2"
authors = ["Clauzel Adrien"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A rust crate for creating AST and LSP servers powered by tree-sitter.
"""
readme = "README.MD"
keywords = [
    "parser",
    "tree-sitter",
    "lsp",
]
categories = ["parsing"]
license = "GPL-3.0"
repository = "https://github.com/adclz/auto-lsp"

[package.metadata.docs.rs]
features = [
    "default",
    "lsp_server",
]

[features]
default = ["dep:auto-lsp-default"]
lsp_server = [
    "dep:auto-lsp-server",
    "dep:lsp-server",
]
wasm = [
    "parking_lot/nightly",
    "auto-lsp-core/wasm",
]

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.auto-lsp-core]
version = "0.7.0"

[dependencies.auto-lsp-default]
version = "0.1.2"
optional = true

[dependencies.auto-lsp-server]
version = "0.1.2"
optional = true

[dependencies.lsp-server]
version = "0.7.8"
optional = true

[dependencies.lsp-types]
version = "0.94.1"

[dependencies.parking_lot]
version = "0.12.4"

[dependencies.salsa]
version = "0.22.0"

[dependencies.texter]
version = "0.2.0"
default-features = false

[dependencies.tree-sitter]
version = "0.25.5"

[dependencies.tree-sitter-language]
version = "0.1.5"