codebook-lsp 0.3.33

A code-aware spell checker with language server implementation, installable via cargo install
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 = "codebook-lsp"
version = "0.3.33"
authors = ["Codebook Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A code-aware spell checker with language server implementation, installable via cargo install"
homepage = "https://github.com/blopker/codebook"
documentation = "https://github.com/blopker/codebook"
readme = "README.md"
keywords = [
    "spell-checker",
    "lsp",
    "language-server",
    "code",
    "spelling",
]
categories = [
    "development-tools",
    "text-processing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/blopker/codebook"
resolver = "2"

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

[[bin]]
name = "codebook-lsp"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.5.26"
features = ["derive"]

[dependencies.codebook]
version = "0.3.0"

[dependencies.codebook_config]
version = "0.3.0"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.fs2]
version = "0.4"

[dependencies.log]
version = "0.4.22"

[dependencies.lru]
version = "0.16"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "serde_derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.streaming-iterator]
version = "0.1.9"

[dependencies.string-offsets]
version = "0.2.0"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "sync",
    "rt",
]

[dependencies.tower-lsp]
version = "0.20.0"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.cc]
version = "1.0"