{"repo":"killercup/cargo-edit","free":true,"listed":false,"github":"https://github.com/killercup/cargo-edit","clone":"git clone https://github.com/killercup/cargo-edit.git","description":"A utility for managing cargo dependencies from the command line.","language":"Rust","stars":3442,"topics":["rust","cargo","cli"],"license":"MIT","category":"cli-tools","readme_excerpt":"cargo edit This tool extends Cargo to allow you to add, remove, and upgrade dependencies by modifying your Cargo.toml file from the command line. Currently available subcommands: - cargo upgrade - cargo set-version Installation Ensure that you have a fairly recent version of rust/cargo installed. On Ubuntu you would also need to install libssl-dev and pkg-config packages. (Please check cargo 's documentation to learn how cargo install works and how to set up your system so it finds binaries installed by cargo .) Install a sub-set of the commands with cargo install -f --no-default-features --features \" \" , where is a space-separated list of commands; i.e. add rm upgrade for the full set. Available Subcommands cargo add cargo add is now integrated into cargo as of v1.62. If you want access in older versions of cargo , you'll need to install cargo-edit v0.9 or earlier. Known differences from cargo-edit v0.9.1 - cargo add is unsupported, instead use cargo add --path - cargo add + is unsupported, instead use cargo add -F - If adding multiple crates, qualify the feature like cargo add serde -F serde/derive serde json - See rust-lang/cargo#10809 cargo rm cargo rm is now integrated into cargo as of v1.66. If you want access in older versions of cargo , you'll need to install cargo-edit v0.11 or earlier. cargo upgrade Upgrade dependencies in your Cargo.toml to their latest versions. To specify a version to upgrade to, provide the dependencies in the @ format, e.g. cargo upgrade -p doc","default_branch":null,"files":null,"tree":[],"storefront":"/r/killercup","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/killercup/cargo-edit/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}