#cargo #subcommand #dependencies #cargo-subcommand #deps

app cargo-duplicates

Cargo subcommand for displaying when different versions of a same dependency are pulled in

9 unstable releases (4 breaking)

0.5.1 Apr 13, 2022
0.5.0 Feb 25, 2022
0.4.0 Oct 25, 2021
0.3.2 Jan 3, 2021
0.1.0 Nov 10, 2020

#226 in Cargo plugins

Download history 26/week @ 2023-02-03 30/week @ 2023-02-10 37/week @ 2023-02-17 9/week @ 2023-02-24 11/week @ 2023-03-03 38/week @ 2023-03-10 13/week @ 2023-03-17 7/week @ 2023-03-24 12/week @ 2023-03-31 31/week @ 2023-04-07 4/week @ 2023-04-14 17/week @ 2023-04-21 13/week @ 2023-04-28 26/week @ 2023-05-05 10/week @ 2023-05-12 9/week @ 2023-05-19

58 downloads per month

MIT license

12KB
107 lines

cargo-duplicates

A cargo subcommand for displaying when different versions of a same dependency are pulled in.

Demo

Once installed, running cargo duplicates in a project directory looks like the following:

Package    Versions
-------    --------
hex        0.4.3  0.3.2
rand_core  0.6.3  0.5.1

hex 0.4.3:
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => hex 0.4.3
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => cargo-util 0.1.1 => hex 0.4.3
hex 0.3.2:
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => cargo-util 0.1.1 => crypto-hash 0.3.4 => hex 0.3.2

rand_core 0.6.3:
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => tempfile 3.2.0 => rand 0.8.4 => rand_core 0.6.3
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => cargo-util 0.1.1 => tempfile 3.2.0 => rand 0.8.4 => rand_core
  0.6.3
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => tempfile 3.2.0 => rand 0.8.4 => rand_chacha 0.3.1 => rand_core
  0.6.3
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => cargo-util 0.1.1 => tempfile 3.2.0 => rand 0.8.4 => rand_chacha
  0.3.1 => rand_core 0.6.3
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => tempfile 3.2.0 => rand 0.8.4 => rand_hc 0.3.1 => rand_core 0.6.3
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => cargo-util 0.1.1 => tempfile 3.2.0 => rand 0.8.4 => rand_hc 0.3.1
  => rand_core 0.6.3
rand_core 0.5.1:
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => im-rc 15.0.0 => rand_core 0.5.1
- Because of cargo-duplicates 0.4.0 => cargo 0.57.0 => im-rc 15.0.0 => rand_xoshiro 0.4.0 => rand_core 0.5.1

Dependencies

~45MB
~1M SLoC