Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage Options: - : Limit tree depth (default: 3) - : Show feature flags Output Format Simple Tree (Default) Feature-Aware Tree Implementation Step 1: Parse Cargo.toml for direct dependencies Step 2: Get full dependency tree Step 3: Format as ASCII art tree Use these box-drawing characters: - for middle items - for last items - for continuation lines Visual Enhancements Dependency Categories Size Visualization (Optional) Workflow 1. Check for Cargo.toml in current directory 2. Run with specif…