cargo-oh-my-dependencies

Crates.iocargo-oh-my-dependencies
lib.rscargo-oh-my-dependencies
version0.1.1
sourcesrc
created_at2024-09-07 11:24:24.913722
updated_at2024-09-07 11:45:44.821916
descriptionA cargo plugin to browse and edit crate features across a workspace.
homepagehttps://github.com/rksm/cargo-oh-my-dependencies
repository
max_upload_size
id1367125
size205,123
Robert Krahn (rksm)

documentation

README

cargo omd (cargo-oh-my-dependencies)

A cargo plugin to browse and edit crate features across a workspace.

This is still work in progress.

screenshot

Usage

Run cargo omd to start the CLI.

Use the arrow keys to navigate the crates and features. Pressing Enter on a crate will create and open a graphviz visualization of the feature dependencies. Pressing Enter on a feature will toggle it on/off.

$ cargo omd --help

A cargo plugin to browse and edit crate features across a workspace.

Usage: cargo omd [MANIFEST]

Arguments:
  [MANIFEST]  Path to Cargo.toml file [default: Cargo.toml]

Options:
  -h, --help     Print help
  -V, --version  Print version
Commit count: 0

cargo fmt