cargo-edit
cargo-edit copied to clipboard
A utility for managing cargo dependencies from the command line.
rustsec tracks maintenance status and replacements. Suggesting alternative upgrade paths could be a help for users.
I've configured Git to use SSH by default for all GitHub URLs, including HTTPS, which the command: ```console $ git config --global [email protected]:.insteadof https://github.com/ ``` which will replace the prefix...
Work in progress. See https://github.com/killercup/cargo-edit/pull/535#discussion_r747557141 - Imply `--workspace` when running in workspace root - Port to `clap-cargo`
As you are affected, posting it here (feel free to triage/delete if you consider it redundant) https://github.com/gimli-rs/object/issues/330
This may be out of scope of `cargo-edit`, but my writing this down not to forget it. The idea is that when library authors make a breaking change, they also...
I would like to add a new flag `unused` under `cargo rm` which will remove all unused dependences from `Cargo.toml`. Any idea for that?
Add some checks when parsing crate names passed as arguments: 1. Check whether the name starts with a letter and contains only letters, numbers, dashes and hyphens (same requirements as...
``` ❯ cargo install cargo-edit Updating crates.io index Installing cargo-edit v0.4.2 Compiling cfg-if v0.1.10 Compiling proc-macro2 v1.0.7 Compiling unicode-xid v0.2.0 Compiling syn v1.0.13 Compiling libc v0.2.66 Compiling winapi-x86_64-pc-windows-gnu v0.4.0 Compiling...
The goal for my series of commits is to consolidate repeated functionality and make this crate easier to use for those using it's public Rust API. commit ff1e158: * prevents...
`Given that I have the following`: rustc 1.43.1 (8d69840ab 2020-05-04) macOS 10.15.4 Xcode 11.4.1 with Command Line Tools `When I perform the following action`: ``` cargo install cargo-edit ``` I'm...