| Crates.io | crates-inspector |
| lib.rs | crates-inspector |
| version | 0.1.8 |
| created_at | 2025-06-30 09:56:34.858272+00 |
| updated_at | 2025-07-05 11:11:03.747557+00 |
| description | Terminal tool for crates dependencies manager. |
| homepage | https://crates.io/crates/crates-inspector |
| repository | https://github.com/Feelin/crates-inspector |
| max_upload_size | |
| id | 1731619 |
| size | 71,201 |
A command-line tool for managing Rust package dependencies directly in your terminal.
cargo install crates-inspector
You need the Rust toolchain installed on your system to build lstr.
git clone https://github.com/Feelin/crates-inspector.git
cd crates-inspector
cargo install --path .
1. List the dependencies of the current directory
crates-inspector
2. List the contents of the other directory
crates-inspector -p "$RUST_PROJECT_PATH"
| Key(s) | Action |
|---|---|
↑ / k |
Move selection up. |
↓ / j |
Move selection down. |
→ / l |
Select child package. |
← / h |
Select parent package. |
Enter |
Open documentation in browser. |
q / Esc |
Quit the application normally. |
a |
Show all dependencies. |
d |
Show direct dependencies. |
f |
Filter by package name. |
s |
Sort or reverse. |
If you like this project, you can support me in the following ways: