diffguard-lsp 0.2.0

Language Server Protocol server for diffguard with diff-scoped diagnostics
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"
rust-version = "1.92"
name = "diffguard-lsp"
version = "0.2.0"
authors = ["Steven Zimmerman, CPA <git@effortlesssteven.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language Server Protocol server for diffguard with diff-scoped diagnostics"
homepage = "https://github.com/effortlessmetrics/diffguard"
documentation = "https://docs.rs/diffguard-lsp"
readme = "README.md"
keywords = [
    "linter",
    "diff",
    "git",
    "ci",
    "governance",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/effortlessmetrics/diffguard"
resolver = "2"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.diffguard-core]
version = "0.2"

[dependencies.diffguard-domain]
version = "0.2"

[dependencies.diffguard-types]
version = "0.2"

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

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

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "0.9.8"

[dependencies.url]
version = "2.5.7"

[dev-dependencies.insta]
version = "1.46.3"
features = ["json"]

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