systemd-lsp 0.2.0

Language Server Protocol implementation for systemd unit files
Documentation
[[bin]]
name = "systemd-lsp"
path = "src/main.rs"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.dashmap]
version = "5.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tower-lsp-server]
version = "0.22.0"

[dev-dependencies.tokio-test]
version = "0.4"

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

[package]
authors = ["James Fotherby <fotherby1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "text-editors"]
description = "Language Server Protocol implementation for systemd unit files"
documentation = "https://github.com/jfryy/systemd-lsp"
edition = "2021"
exclude = ["target/", "*.log", "*.tmp", ".git/", ".github/", "examples/", "!README.md"]
homepage = "https://github.com/jfryy/systemd-lsp"
keywords = ["systemd", "lsp", "language-server", "linux", "unit-files"]
license = "MIT"
name = "systemd-lsp"
readme = "README.md"
repository = "https://github.com/jfryy/systemd-lsp"
version = "0.2.0"

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

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