# deps-lsp
[](https://crates.io/crates/deps-lsp)
[](https://docs.rs/deps-lsp)
[](https://codecov.io/gh/bug-ops/deps-lsp)
[](../../LICENSE)
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
```bash
cargo install deps-lsp
```
## Usage
```bash
deps-lsp --stdio
```
## Supported Editors
- **Zed** — Install "Deps" extension
- **Neovim** — Configure with lspconfig
- **Helix** — Add to languages.toml
See the [main repository](https://github.com/bug-ops/deps-lsp) for full documentation.
## License
[MIT](../../LICENSE)