kbknapp / cargo-outdatedLinks
A cargo subcommand for displaying when Rust dependencies are out of date
☆1,373Updated 2 months ago
Alternatives and similar repositories for cargo-outdated
Users that are interested in cargo-outdated are comparing it to the libraries listed below
Sorting:
- Cargo subcommand `release`: everything about releasing a rust crate.☆1,524Updated last week
- derive builder implementation for rust structs☆1,524Updated last month
- Find unused dependencies in Cargo.toml☆2,072Updated last month
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,329Updated 4 months ago
- Some more derive(Trait) options☆2,068Updated this week
- Rust library for walking directories recursively.☆1,469Updated last year
- Temporary file library for rust☆1,397Updated 3 weeks ago
- ❌ Cargo plugin for linting your dependencies 🦀☆2,197Updated last month
- A small rust library for adding custom derives to enums☆2,275Updated 2 weeks ago
- Generate and parse UUIDs.☆1,174Updated 2 weeks ago
- A logging implementation for `log` which is configured via an environment variable.☆1,026Updated last week
- Date and time handling in Rust.☆1,271Updated this week
- RustSec API & Tooling☆1,820Updated last week
- A rust library to print aligned and formatted tables☆1,040Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,055Updated 8 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,560Updated 3 weeks ago
- Strongly typed YAML library for Rust☆1,011Updated last year
- Easily assign underlying errors into domain-specific errors while adding context☆1,836Updated 3 weeks ago
- deserialize env vars into typesafe structs with rust☆965Updated last year
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications