Crates.io | cargo-oh-my-dependencies |
lib.rs | cargo-oh-my-dependencies |
version | 0.1.1 |
source | src |
created_at | 2024-09-07 11:24:24.913722 |
updated_at | 2024-09-07 11:45:44.821916 |
description | A cargo plugin to browse and edit crate features across a workspace. |
homepage | https://github.com/rksm/cargo-oh-my-dependencies |
repository | |
max_upload_size | |
id | 1367125 |
size | 205,123 |
cargo omd
(cargo-oh-my-dependencies)A cargo plugin to browse and edit crate features across a workspace.
This is still work in progress.
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