This extends Cargo to allow you to add and remove dependencies by modifying your `Cargo.toml` file from the command line. It contains `cargo add`, `cargo rm`, and `cargo upgrade`.
pubusetermcolor::ColorChoice;/// Whether to color logged output
pubfncolorize_stderr()-> ColorChoice{ifconcolor_control::get(concolor_control::Stream::Stderr).color(){ColorChoice::Always
}else{ColorChoice::Never
}}