increparse-lsp 0.3.0

LSP adapter for increparse: documents, position encodings, and diagnostics bridges.
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 = "increparse-lsp"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LSP adapter for increparse: documents, position encodings, and diagnostics bridges."
readme = "README.md"
keywords = [
    "lsp",
    "language-server",
    "incremental",
    "parser",
]
categories = [
    "parsing",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thyrgle/increparse"

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

[[example]]
name = "manual_server"
path = "examples/manual_server.rs"

[[example]]
name = "mini_lang_server"
path = "examples/mini_lang_server.rs"

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

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

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

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

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

[dependencies.increparse]
version = "0.1.0"

[dependencies.lsp-server]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"