rust-deps-visualizer

Installation
Summary

ASCII art visualization of Rust project dependency trees with optional feature flag display.

  • Generates tree-format dependency graphs with configurable depth (default: 3 levels) and optional feature flag annotations
  • Supports visual enhancements including dependency categorization (runtime, serialization, development) and optional size visualization in megabytes
  • Parses cargo metadata and cargo tree output to extract and format dependencies with standard box-drawing characters
  • Triggers on multiple command patterns including /deps-viz, dependency graph, show dependencies, and Chinese language variants
SKILL.md

Rust Dependencies Visualizer

Generate ASCII art visualizations of your Rust project's dependency tree.

Usage

/rust-deps-visualizer [--depth N] [--features]

Options:

  • --depth N: Limit tree depth (default: 3)
  • --features: Show feature flags

Output Format

Simple Tree (Default)

Related skills

More from zhanghandong/rust-skills

Installs
597
GitHub Stars
1.1K
First Seen
Jan 22, 2026