unused-pkg

Crates.iounused-pkg
lib.rsunused-pkg
version0.1.0
sourcesrc
created_at2024-05-19 21:44:13.57303
updated_at2024-05-19 21:44:13.57303
descriptionA tool to check for unused and outdated packages in a Rust/Node project.
homepagehttps://github.com/johanmontorfano/unused-pkg
repositoryhttps://github.com/johanmontorfano/unused-pkg
max_upload_size
id1245230
size49,919
Johan Montorfano (johanmontorfano)

documentation

README

unused-pkg

This tool is used to check for unused packages in rust and javascript projects.

I know there are only tools to check for unused packages, but this is a side project.

How to use it

Simply call it in the directory containing the package.json or Cargo.toml file. It will list all unused and outdated packages.

Roadmap

  • Support for Cargo.toml unused crates + outdated crates listing.
    • Workspace support
  • Support for package.json unused dependencies + outdated dependencies listing.
  • Concurrent listing.
  • Do not consider files outside the module tree.
Commit count: 4

cargo fmt