cargo-cratesup

Crates.iocargo-cratesup
lib.rscargo-cratesup
version0.1.3
created_at2024-10-25 14:24:08.467621+00
updated_at2025-01-19 21:59:18.508201+00
descriptionA Cargo subcommand that scans your Cargo.toml dependencies and checks for available updates to help you keep your dependencies up-to-date.
homepage
repositoryhttps://github.com/alimehasin/cargo-cratesup
max_upload_size
id1422587
size55,065
Ali Mehasin (alimehasin)

documentation

README

Cratesup

A Cargo subcommand that scans your Cargo.toml dependencies and checks for available updates to help you keep your dependencies up-to-date.

https://github.com/user-attachments/assets/c25f448d-e0b3-4836-a714-6260c1dd6588

Installation

cargo install cargo-cratesup

Usage

Once installed, you can use Cratesup with the following commands:

cargo cratesup

This command will display a list of available updates for your dependencies without modifying your Cargo.toml file.

cargo cratesup -u

Add the --update flag or -u to automatically update your Cargo.toml file with the latest available versions.

Features

  • Check for updates in your Rust project's dependencies
  • Update your Cargo.toml file with the latest available versions

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 9

cargo fmt