Development Tools::Cargo Plugins
cargo-insta
1.47.0 StableA review tool for the insta snapshot testing library for Rust
cargo-edit
0.13.9 GrowingCargo commands for modifying a `Cargo.toml` file..
tauri-bundler
2.8.1 StableWrap rust executables in OS-specific app bundles for Tauri
cargo-nextest
0.9.132 GrowingA next-generation test runner for Rust.
honggfuzz
0.5.59 GrowingFuzz your Rust code with Google-developped Honggfuzz !
cargo-expand
1.0.121 StableWrapper around rustc -Zunpretty=expanded. Shows the result of macro expansion and #[derive] expansion.
cargo-audit
0.22.1 GrowingAudit Cargo.lock for crates with security vulnerabilities
clap-cargo
0.18.3 GrowingRe-usable CLI flags for `cargo` plugins
tracel-xtask-macros
4.15.0 StableMacros for tracel-xtask crate.
cargo-release
1.1.2 StableCargo subcommand for you to smooth your release process.
cargo-codspeed
4.4.1 StableCargo extension to build & run your codspeed benchmarks
cargo-shear
1.11.2 StableDetect and fix unused/misplaced dependencies from Cargo.toml
cargo-contract
5.0.3 StableSetup and deployment tool for developing smart contracts via ink!
flamegraph
0.6.11 GrowingA simple cargo subcommand for generating flamegraphs, using inferno under the hood
cargo-mobile2
0.22.3 GrowingRust on mobile made easy!
cargo-espflash
4.3.0 StableCargo subcommand for interacting with Espressif devices
cargo-deb
3.6.3 StableMake Debian packages (.deb) easily with a Cargo subcommand
cargo-llvm-cov
0.8.5 GrowingCargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
cargo-valgrind
2.4.1 StableA cargo subcommand for running valgrind
picodata-pike
3.2.1 StableCargo plugin for Picodata plugin development
cargo-update
18.2.0 StableA cargo subcommand for checking and applying updates to installed executables
cargo-c
0.10.21+cargo-0.95.0 GrowingHelper program to build and install c-like libraries
cargo-sort
2.1.3 StableCheck if tables and items in a .toml file are lexically sorted
cargo-cyclonedx
0.5.9 GrowingCycloneDX Software Bill of Materials (SBOM) for Rust Crates
cargo-minimal-versions
0.1.37 GrowingCargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.
cargo-run-bin
1.7.5 GrowingBuild, cache, and run binaries scoped in Cargo.toml rather than installing globally. This acts similarly to npm run and gomodrun, and allows your teams to always be running the same tooling versions.
fli
1.2.2 StableThe commander.js like CLI Parser for rust
tracel-xtask
4.15.0 StableReusable and Extensible xtask commands to manage repositories.
clippy
0.0.302 GrowingA bunch of helpful lints to avoid common pitfalls in Rust.
cargo-msrv
0.19.3 GrowingFind your minimum supported Rust version (MSRV)!
cargo-rdme
1.5.0 StableCargo command to create your `README.md` from your crate's documentation
dinghy-build
0.8.4 GrowingCross-compilation made easier - helpers for build.rs scripts
cargo-upgrades
2.2.5 StableChecks if dependencies in Cargo.toml are up to date. Compatible with workspaces and path dependencies.
cargo-pgrx
0.17.0 GrowingCargo subcommand for 'pgrx' to make Postgres extension development easy
cargo-deny
0.19.0 GrowingCargo plugin to help you manage large dependency graphs
dinghy-test
0.8.4 GrowingCross-compilation made easier - see main crate cargo-dinghy
cargo-hack
0.6.44 GrowingCargo subcommand to provide various options useful for testing and continuous integration.
cargo-no-dev-deps
0.2.23 GrowingCargo subcommand for running cargo without dev-dependencies.
cargo-near
0.20.0 GrowingCargo extension for building Rust smart contracts on NEAR
cargo-show-asm
0.2.57 GrowingA cargo subcommand that displays the generated assembly of Rust source code.
cargo-auditable
0.7.4 GrowingMake production Rust binaries auditable
cargo-semver-checks
0.47.0 GrowingScan your Rust crate for semver violations.
cargo-chef
0.1.77 GrowingA cargo sub-command to build project dependencies for optimal Docker layer caching.
cargo-selector
0.10.1 GrowingCargo subcommand to select and execute binary/example targets
cw-optimizoor
0.10.1 GrowingA blazingly fast compiling & optimization tool for CosmWasm smart contracts.
cargo-criterion
1.1.0 GrowingCargo extension for running Criterion.rs benchmarks and reporting the results.
cargo-progenitor
0.13.0 GrowingA cargo command to generate a Rust client SDK from OpenAPI
cargo-instruments
0.4.14 GrowingProfile binary targets on macOS using Xcode Instruments.
cargo-bpf
2.3.0 GrowingCargo plugin to manage eBPF probes using redbpf
cargo-ndk
4.1.2 GrowingMakes building Rust libraries for Android simpler