deps-lsp

Crates.iodeps-lsp
lib.rsdeps-lsp
version0.5.4
created_at2025-12-22 14:22:52.244895+00
updated_at2026-01-15 17:18:49.129641+00
descriptionLanguage Server Protocol implementation for dependency management
homepage
repositoryhttps://github.com/bug-ops/deps-lsp
max_upload_size
id1999781
size395,689
Andrei G (bug-ops)

documentation

README

deps-lsp

Crates.io docs.rs codecov License: MIT

Language Server Protocol implementation for dependency management.

Features

  • Multi-ecosystem — Cargo.toml, package.json, pyproject.toml, go.mod
  • Inlay Hints — Show latest versions inline
  • Hover Info — Package descriptions and version lists
  • Code Actions — Quick fixes to update dependencies
  • Diagnostics — Warnings for outdated/yanked packages

Installation

cargo install deps-lsp

Usage

deps-lsp --stdio

Supported Editors

  • Zed — Install "Deps" extension
  • Neovim — Configure with lspconfig
  • Helix — Add to languages.toml

See the main repository for full documentation.

License

MIT

Commit count: 63

cargo fmt