cargo-duplicated-deps

Crates.iocargo-duplicated-deps
lib.rscargo-duplicated-deps
version0.2.2
created_at2024-12-30 03:52:05.652121+00
updated_at2025-05-17 06:47:37.847785+00
descriptionA tool to find duplicated dependencies in Cargo.toml
homepage
repositoryhttps://github.com/arihant2math/cargo-duplicated-deps
max_upload_size
id1498753
size63,773
Ashwin Naren (arihant2math)

documentation

README

Cargo Duplicated Dependencies

This is a simple tool to find duplicated dependencies in a Cargo project. Duplicated dependencies are dependencies that are compiled with different versions. This can happen when different dependencies require different versions of the same package. This leads to larger binaries and slower compilation. This tool parses the Cargo.lock file and finds duplicated dependencies and outputs their paths.

Installation

cargo install cargo-duplicated-deps

Usage

cargo duplicated-deps
Commit count: 32

cargo fmt