Thanks to visit codestin.com
Credit goes to lib.rs

12 unstable releases (3 breaking)

Uses new Rust 2024

new 0.5.4 Jan 15, 2026
0.5.3 Jan 14, 2026
0.5.2 Dec 27, 2025
0.4.1 Dec 26, 2025
0.2.3 Dec 23, 2025

#133 in Text editors

46 downloads per month

MIT license

690KB
15K SLoC

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

Dependencies

~17–35MB
~403K SLoC