#cargo-metadata #egui #viewer #package #info #link

build ecargo

Cargo metadata viewer using egui

1 unstable release

new 0.1.0 Apr 25, 2024

#65 in Build Utils

Download history 123/week @ 2024-04-21

123 downloads per month

MIT/Apache

480KB
856 lines

Ecargo

Cargo metadata viewer using egui.

Every time you add a dependency, Cargo dumps a huge amount of data into your home directory. Wouldn't it be nice to be able to utilize this data to get a better overview of your dependencies? This is what Ecargo sets out to accomplish.

Features

Filterable package list

image

Lists all the packages related to your crate. The filter searches the package name, description, and keywords.

image

All the relevant links, without needing to hop between websites to get the links you want.

Dependency info

image

Get a good idea for how a package fits into your dependency chain, including:

  • List of dependencies for each package
  • What features are enabled?
  • Which packages depend on this package?

Glorious crates.io theme

What more do you need?

Don't worry, you can also use the vanilla dark and light egui themes.

Dependencies

~8–27MB
~412K SLoC