Shared utilities for cargo plugins, including logger with subprocess handling, common functions for package detection and repository discovery.
- Logger: Cargo-style progress and status messages with subprocess support
- Subprocess Runner: Run subprocesses with PTY mode, scrolling regions, and ANSI color preservation
- Common Utilities: Package detection, repository discovery, and other shared functionality
Add to your Cargo.toml:
[dependencies]
cargo-plugin-utils = "0.0.1"