-
cargo_metadata
structured access to the output of
cargo metadata -
cargo-hack
Cargo subcommand to provide various options useful for testing and continuous integration
-
clap-cargo
Re-usable CLI flags for
cargoplugins -
cargo-sort
Check if tables and items in a .toml file are lexically sorted
-
cargo-deb
Make Debian packages (.deb) easily with a Cargo subcommand
-
cargo-tarpaulin
determine code coverage achieved via tests
-
cargo-careful
Execute Rust code carefully, with extra checking along the way
-
cargo-generate-rpm
Generate a binary RPM package (.rpm) from Cargo projects
-
cargo-llvm-lines
Count the number of lines of LLVM IR across all instantiations of a generic function
-
cargo-edit
Cargo commands for modifying a
Cargo.tomlfile -
cargo-dist
Shippable application packaging for Rust
-
dylint
running Rust lints from dynamic libraries
-
flamegraph
cargo subcommand for generating flamegraphs, using inferno under the hood
-
cargo-c
Helper program to build and install c-like libraries
-
cargo-llvm-cov
Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage)
-
bender
A dependency management tool for hardware projects
-
cargo-public-api
List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via CI or a CLI.
-
cargo-deny
Cargo plugin to help you manage large dependency graphs
-
cargo-generate
cargo, make me a project
-
cargo-sort-derives
Cargo subcommand to sort derive attributes
-
cargo-nextest
A next-generation test runner for Rust
-
cargo-zigbuild
Compile Cargo project with zig as linker
-
cargo-bundle
Wrap rust executables in OS-specific app bundles
-
cargo-get
Cargo plugin to easily query information from Cargo.toml files
-
cargo-rdme
Cargo command to create your
README.mdfrom your crate’s documentation -
cargo-outdated
Cargo subcommand for displaying when dependencies are out of date
-
cargo-husky
husky for cargo
-
cargo-release
Cargo subcommand for you to smooth your release process
-
cargo-temp
Create temporary Rust project with specified dependencies
-
cargo-leptos
Build tool for Leptos
-
cargo-ndk
Makes building Rust libraries for Android simpler
-
cargo-sweep
cleaning unused build files created by Cargo
-
picodata-pike
Cargo plugin for Picodata plugin development
-
cargo-xwin
Cross compile Cargo project to Windows MSVC target with ease
-
miho
Repository management tools
-
cargo-binutils
Proxy for LLVM tools like llvm-nm, llvm-objdump and llvm-size
-
cargo-component
A cargo extension for authoring WebAssembly components
-
cargo-update
A cargo subcommand for checking and applying updates to installed executables
-
cargo-instruments
Profile binary targets on macOS using Xcode Instruments
-
cargo-semver-checks
Scan your Rust crate for semver violations
-
cargo-show-asm
A cargo subcommand that displays the generated assembly of Rust source code
-
cargo-workspaces
Cargo workspace manager
-
cargo-aoc
Cargo Advent of Code Helper
-
cargo-unmaintained
Find unmaintained packages in Rust projects
-
cargo-chef
A cargo sub-command to build project dependencies for optimal Docker layer caching
-
cargo-quickinstall
Precompiled binary installs for
cargo install -
cargo-wix
Build Windows installers using the WiX Toolset
-
cargo-crate
A set of crate related cargo commands. You can for instance get the information about a crate, as text or json, including the owners of a crate and its versions.
-
cargo-psp
cargo buildwrapper for creating Sony PSP executables -
cargo-msrv
Find your minimum supported Rust version (MSRV)!
-
cargo-mobile2
Rust on mobile made easy!
-
cargo-make
Rust task runner and build tool
-
cargo-shear
Detect and fix unused/misplaced dependencies from Cargo.toml
-
cargo-ferris-wheel
🎡 Detect workspace dependency cycles in Rust monorepos
-
cargo-appimage
Converts your crate into an AppImage
-
cargo-bloat
Find out what takes most of the space in your executable
-
cargo-all-features
A Cargo subcommand to build and test all feature flag combinations
-
cargo-espflash
Cargo subcommand for interacting with Espressif devices
-
cargo-supply-chain
Gather author, contributor, publisher data on crates in your dependency graph
-
cargo-commitlint
A Rust-based commit message linter following Conventional Commits specification, compatible with commitlint
-
cargo-docs-rs
Imitate the documentation build that docs.rs would do
-
cargo-watch
Watches over your Cargo project’s source
-
cargo-run-bin
Build, 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.
-
cargo-dinghy
Cross-compilation made easier
-
cargo-dtc
Devicetree Compiler packaged for building with cargo
-
cargo-osdk
Accelerate OS development with Asterinas OSDK
-
kani-verifier
A bit-precise model checker for Rust
-
cargo-smart-release
Cargo subcommand for fearlessly releasing crates in workspaces
-
rzup
The RISC Zero version management library and CLI
-
detect-wasi
Detect if WASI can be run
-
cargo-hold
CI tool to ensure Cargo's incremental compilation is reliable by managing your caches intelligently
-
cargo-udeps
Find unused dependencies in Cargo.toml
-
cargo-liner
Cargo subcommand to install and update binary packages listed in configuration
-
cargo-modules
A cargo plugin for showing a tree-like overview of a crate's modules
-
cargo-machete
Find unused dependencies with this one weird trick!
-
cargo-ci-template
The command line(s) for cargo-ci-template
-
cargo-sonar
Helper to transform reports from Rust tooling for code quality, into valid Sonar report
-
public-api
List and diff the public API of Rust library crates. Relies on rustdoc JSON output from the nightly toolchain.
-
cargo-firstpage
Shows only the first page of rustc output
-
zepter
Analyze, Fix and Format features in your Rust workspace
-
cargo-manifest-check
Check the formatting of your manifest files
-
cargo-limit
Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc
-
cargo-prebuilt
Download prebuilt crate binaries for many different platforms
-
cargo-templated-examples
Cargo extension for templated running of example
-
cargo-packager
Executable packager and bundler distributed as a CLI and library
-
cargo-cross
A cargo subcommand for cross-compilation, no need docker!
-
libcnb-cargo
Cargo command for managing buildpacks written with libcnb.rs
-
yewi-cli
CLI tool for managing yewi-kit components in Yew projects
-
cargo-bisect-rustc
Bisects rustc toolchains with rustup
-
cargo-stale
A fast, concurrent tool to check for outdated dependencies in your Rust Cargo.toml file
-
hash-crate
generating deterministic hashes of local crates
-
cargo-vita
Cargo wrapper for developing Sony PlayStation Vita homebrew apps
-
cargo-files
List all source files in a cargo crate
-
cargo-credential-pass
Keep your cargo registry tokens encrypted in your pass store
-
cargo-detect-package
A Cargo tool to detect the package that a file belongs to, passing the package name to a subcommand
-
cargo-readme
A cargo subcommand to generate README.md content from doc comments
-
cargo-insert-docs
Inserts feature docs into crate docs, and crate docs into README
-
cargo-spellcheck
Checks all doc comments for spelling mistakes
-
cargo-tes
A cargo subcommand to run cargo test and output filtered test failure messages as a JSON array
-
cargo-pgo
Cargo subcommand for optimizing Rust binaries with PGO and BOLT
-
cargo-zbuild
-
cargo-valgrind
A cargo subcommand for running valgrind
-
changepacks
A unified version management and changelog tool for multi-language projects
-
cargo-rail
Graph-aware testing, dependency unification, and crate extraction for Rust monorepos
-
cargo-bundle-licenses
Bundle licensing of dependencies
-
cargo-wash
clean up your Cargo caches
-
cargo-px
A cargo sub-command to overcome some of the limitations of build scripts for code generation
-
cargo-cache
Manage cargo cache ($CARGO_HOME or ~/.cargo/), show sizes and remove directories selectively
-
cargo-skyline
A cargo subcommand for working with Skyline plugins written in Rust
-
cargo-goose
A strict, explicit SemVer CLI with first-class prerelease support
-
cargo-pants
cargo subcommand application that provides a bill of materials and a list of which dependencies have a vulnerability, powered by Sonatype OSSIndex
-
cargo-onedoc
Generate your README.md from Rust doc comments
-
tauri-bundler
Wrap rust executables in OS-specific app bundles for Tauri
-
cargo-vendor-filterer
cargo vendor, but with filtering for platforms and more -
cargo-perf
Preventive performance analysis for Rust - catch anti-patterns before production
-
cargo-nav
Navigate directly to crate links from your terminal
-
cargo-multivers
Cargo subcommand to build multiple versions of the same binary, each with a different CPU features set, merged into a single portable optimized binary
-
cargo-features
Power tools for working with (conditional) features
-
tazui
terminal calculator
-
cargo-gc-bin
Garbage collect outdated cargo build artifacts
-
cargo-clean-all
Recursively clean all cargo projects in a given directory that match the specified criteria
-
cargo-wgsl
Validate wgsl in rust projects
-
cargo-duckdb-ext-tools
A cargo subcommand that packages DuckDB extensions by appending the required extension metadata to a compiled dynamic library
-
cargo-auto
Automation tasks coded in Rust language for the workflow of Rust projects
-
cargo-archtest-cli
CLI of arch_test_core for rule based architecture tests
-
cargo-duplicates
Cargo subcommand for displaying when different versions of a same dependency are pulled in
-
cargo-license
Cargo subcommand to see license of dependencies
-
crates-io-cli
Interact with crates.io from the command-line
-
cargo-clean-recursive
A cargo subcommand cleans all projects under specified directory
-
cargo-alias-exec
Extend cargo aliases to arbitrary commands
-
cargo-hyperlight
cargo subcommand to build hyperlight guest binaries
-
cargo-advrunner
An advanced configurable cargo runner
-
cargo-3ds
Cargo wrapper for developing Nintendo 3DS homebrew apps
-
fli
The commander.js like CLI Parser for rust
-
cargo-featalign
Cargo features alignment tool
-
cargo-sync-rdme
Cargo subcommand to synchronize README with crate documentation
-
boots
Rust template generator for modular architectures(monorepo)
-
cargo-mcp
mcp server for cargo commands
-
detect-targets
Detect the target of the env at runtime
-
cargo-wasix
Subcommand for Cargo to easily build code for
wasm32-wasmer-wasiandwasm64-wasmer-wasitargets; aka. WASIX targets. -
cargo-about
Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed
-
cargo-subunit
Cargo extension to run tests and output results in subunit format
-
tracel-xtask-cli
CLI entrypoint for Tracel xtask
-
sheepit
releasing projects 🚀
-
cargo-msrv-prep
Cargo subcommand useful to prepare for determining/verifying a crate's MSRV
-
cargo-resources
Cargo Resources provides a cargo command line tool and library, to help declare and collate resources within Cargo Crates
-
cargo-ibuild
-
cargo-simplebench
minimalist microbenchmarking framework with clear regression detection
-
cargo-rerun
that runs cargo run and automatically restarts when watched files change
-
cargo-depcription
Transforms your rust project dependencies into an explicative dependency choice markdown table!
-
cargo-usage-rules
A cargo subcommand to aggregate usage-rules.md files from Rust dependencies for AI agent consumption. Inspired by https://github.com/ash-project/usage_rules
-
cargo-dylint
running Rust lints from dynamic libraries
-
cargo-ecos
ECOS embedded project cargo plugin
-
cargo-codspeed
Cargo extension to build & run your codspeed benchmarks
-
cargo-regression
Collect test task from input files, execute them and compare results with golden
-
cargo-feature-combinations
run cargo commands for all feature combinations
-
libbpf-cargo
Cargo plugin to build bpf programs
-
cargo-override
Quickly override dependencies using the
[patch]section ofCargo.tomls -
cargo-compat
Cargo subcommand to resolve and validate dependency versions (SemVer) for Rust projects and workspaces
-
cargo-afl
Fuzzing Rust code with american-fuzzy-lop
-
cargo-resolvediff
diffing
cargodependency resolutions between updates -
cargo-info
Extends cargo to query crates.io registry for crates details
-
cargo-piston
streamlining the configuration of rust binaries for various operating systems
-
cargo-lockdiff
See what crates have changed after you run
cargo updateby comparing Cargo.lock to the vcs ref or file of your choice -
cargo-local-registry
A Cargo subcommand for managing local registries
-
cvefixer
Fix all vulnerabilities that are fixed
-
cargo-safe-publish
A safer version of
cargo publish -
cargo-sponsor
Find sponsorship links for your Rust project's dependencies
-
cargoe
Advanced Cargo.toml management CLI tool
-
cargo-compete
A Cargo subcommand for competitive programming
-
cargo-workspace-deps
A Cargo subcommand that consolidates shared dependencies to workspace.dependencies
-
cargo-authors
A subcommand for cargo that lists all the authors of all the dependencies of the crate in your current working directory. Simply install, then navigate to the directory of a crate and run
cargo authors -
ddt
Useful cli tools
-
cargo-copter
Test dependents against multiple versions of your crate (or your local WIP before publishing). Inspired by the cargo-crusader
-
cargo-swift
A cargo plugin to easily build Swift packages from Rust code for use in iOS and macOS applications
-
cargo-wdk
A Cargo extension for developing Windows drivers in Rust
-
cargo-doc2readme
cargo subcommand to create a readme file containing the rustdoc comments from your code
-
cargo-winapp
Cargo subcommand for Windows app development with winapp CLI
-
crm
crm can help you easy and fast switch between different cargo registries, now include: sjtu, tuna, ustc, rsproxy, bfsu, nju, hit, cqu, zju, CERNET
-
cargo-autoinherit
A cargo sub-command to leverage dependency inheritance wherever possible
-
cargo-subspace
rust-analyzer work better with very large cargo workspaces
-
cargo-fetch-source
Declare and fetch external sources programmatically
-
cargo-samply
A cargo subcommand to automate the process of running samply for project binaries
-
chronsync
Lightweight, real-time reloading cron-like task scheduler daemon
-
cargo-sort-fix
Check if tables and items in a .toml file are lexically sorted
-
lmrc-cargo-workspace
Cargo workspace management library for the LMRC Stack - comprehensive library for managing Cargo workspaces programmatically
-
cargo-quality
Professional Rust code quality analysis tool with hardcoded standards
-
cargo-omnibus
A thin wrapper around Cargo that generates an omnibus crate bundling multiple Rust libraries
-
cargo-coupling
A coupling analysis tool for Rust projects - measuring the 'right distance' in your code
-
cargo-verison
Bump a package version
-
cargo-lipo
cargo lipo subcommand to automatically create universal libraries for iOS
-
cargo-env-run
Like dotenv but with
.cargo/config.tomlfiles -
evcxr
An Evaluation Context for Rust
-
cargo-open
Cargo command to open an installed crate in your editor
-
redpen-linter
Rust linter
-
cargo-list
List and update installed crates
-
rustmerge
A Cargo subcommand that merges all Rust source files in a package into a single file
-
cargo-goggles
Verify that registry crates in your Cargo.lock are reproducible from the git repository
-
cargo-playdate
Build tool for neat yellow console
-
cargo-buckal
Seamlessly build Cargo projects with Buck2
-
cargo-xfmt
Safely use nightly fmt options without using unstable Rust
-
cargo-newcpp
A cargo plugin for creating new C++ projects
-
cargo-rename
Safely rename Cargo packages and update all workspace references
-
cnp
written in Rust to check unused node packages
-
cargo-thanku
Generate acknowledgments for your Rust project dependencies
-
whitaker-installer
Installer CLI for Whitaker Dylint lint libraries
-
cargo-doc-docusaurus
Cargo subcommand to generate Docusaurus-compatible documentation for Rust crates and dependencies
-
stack-assembly
minimalist, stack-based, assembly-like programming language
-
e_obs
control OBS via websocket. Open Broadcaster Software control for use with cargo-e
-
cargo-cargo
Literally, cargo cargo cargo cargo cargo
-
cargo-no-dev-deps
Cargo subcommand for running cargo without dev-dependencies
-
cargo-neat
complement cargo-machete and remove unused workspace dependencies
-
core-grep
core grep project
-
cargo-generate-type
Cargo subcommand to generate Rust code from and for input data
-
mtoc
Generate a table of contents for markdown files
-
cargo-preflight
A custom Cargo subcommand to run local 'CI' on certain Git actions
-
cargo-no-std
Validate no_std compliance
-
cargo-countlines
count SLOC
-
ribir-bot
A CLI tool for managing Ribir releases and changelogs
-
cargo-zoo
OS development
-
cargo-cyclonedx
CycloneDX Software Bill of Materials (SBOM) for Rust Crates
-
cargo-bolero
cargo command for running bolero fuzz tests
-
cargo-hakari
Manage workspace-hack packages to speed up builds in large workspaces
-
cargo-tally
Cargo subcommand for drawing graphs of the number of dependencies on a crate over time
-
xtask-watch
A customizable helper to watch for changes in your projects using xtask
-
mdbook-tailor
mdbook preprocessor for image-tailor
-
cargo-steady-state
Code generator for steady_state projects based on a structured dot file
-
cargo-examples
Run all examples for any locally cloned crate
-
cargo-assemble
Cargo plugin to automate creating missing packages defined in a Rust workspace
-
battery-pack
Curated crate bundles with docs, templates, and agentic skills
-
cargo-owi
Cargo wrapper for the owi bug finding tool
-
cargo-new-workspace
A tiny binary that creates a minimal Cargo.toml file that a workspace requires
-
dockpack
Command line tool for unpacking files from Docker images
-
cargo-anatomy
Analyze Rust workspaces and report package metrics
-
cargo-binlist
List all installed binaries with cargo and their versions
-
cargo-test-filter
A cargo subcommand for intelligent test filtering and compilation
-
cargo-uv
Cargo tool for updating the version in your project
-
cargo-outdir
A cargo subcommand to get the $OUT_DIR environment variable from build scripts
-
eqlog
Datalog with equality
-
cargo-v5
Cargo tool for working with VEX V5 Rust projects
-
igor
Generic text-based vendoring
-
cargo-operi
Cargo subcommand for Operi SDK development
-
cargo-chec
A cargo subcommand to run cargo check and output filtered error messages as a JSON array
-
crunch-app
Turbocharge your Rust workflow with crunch
-
cargo-qtest
an interactive test runner for rust projects
-
xtest-data
Fetch auxiliary test data when testing published crates
-
cargo-upgrades
Checks if dependencies in Cargo.toml are up to date. Compatible with workspaces and path dependencies.
-
cargo-warp
Build then copy your project binary to a remote host
-
cargo_pup
architectural linting tool that integrates with rustc to enforce architectural patterns and boundaries
-
cargo-clone
A cargo subcommand to fetch the source code of a Rust crate
-
cargo-extract-test
A Cargo subcommand to extract and run a single test function in isolation
-
cargo-unlock
Remove Cargo.lock lockfile
-
tinyrick_extras
common tasks for tinyrick projects
-
cargo-show
Prints package metadata like pip show, apt-cache show, npm view, gem query, etc
-
axotag
share tag-parsing code between axodotdev projects
-
badgeland
Fast badge generator for any purpose
-
rustdoc-json
working with rustdoc JSON
-
antislop
A blazing-fast, multi-language linter for detecting AI-generated code slop
-
cargo-prompt
Recursively minify and concatenate source code into a markdown document for llm prompting
-
cargo-shuttle
CLI for the Shuttle platform (shuttle.dev)
-
cargo-test-json-2-html
Convert cargo test JSON output to beautiful, self-contained HTML reports
-
cargo-index
Cargo subcommand to manage a registry index
-
licenses
Cargo subcommand for collecting licenses
-
cargo-flaky
A cargo sub-command to helps you find flaky tests
-
cargo-atomic
A CLI tool to help make local git commits easier
-
group-runner
Group Rust executable output in GitHub logs
-
cargo-selector
Cargo subcommand to select and execute binary/example targets
-
for-all-projects
run cargo commands for all projects in a directory, recursively
-
cargo-single-line
A cargo plugin to shrink cargo's output
-
cargo-kit
Cargo subcommand to apply performance, compile-time, or size-optimized profiles and configs to your Rust project for enhanced build efficiency
-
cargo-oxur
Cargo subcommand for building Oxur Lisp projects
-
cargo-ovft
A Cargo plugin for Open Very Fast Trace - requirements traceability for Rust projects
-
cargo-feature-scope
A helper library that enables workspace crates to independently control their required features without cross-package interference
-
zerus
Lightweight binary to download only project required crates for offline crates.io mirror
-
cargo-tighterror
The cargo plugin of the tighterror framework
-
cargo-execute
A Cargo subcommand to execute a command in the context of a Cargo project
-
cargo-geiger
Detects usage of unsafe Rust in a Rust crate and its dependencies
-
cargo-ensure-no-cyclic-deps
A cargo subcommand to detect cyclic dependencies in workspace crates
-
kovi-cli
kovi cli
-
cargo-xbuild
Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc
-
cargo-local
A third-party cargo extension that lists local source locations of dependencies
-
cargo-ament-build
Cargo plugin for use with colcon workspaces
-
deepclean
A fast, parallel tool to clean Rust projects and remove unused dependencies
-
typestorm
A cool terminal typing test CLI written in rust
-
cargo-vcpkg
A cargo subcommand to build a vcpkg tree from metadata entries in Cargo.toml for a top level crate and the crates that it depends on
-
cargo-risczero
RISC Zero CLI tools
-
cargo-ledger
Build and sideload Ledger apps
-
cargo-plugin-utils
Shared utilities for cargo plugins (logger, subprocess handling, common functions)
-
cargo-rootfs
Install or release a package in the rootfs, including extra files or directories
-
cargo-xcode
Make Xcode project files from Cargo projects
-
cargo-jet
Build and run your Rust projects effortlessly on a remote machine! 🦀⚡
-
cargo-hammerwork
A comprehensive cargo subcommand for managing Hammerwork job queues with webhook management, event streaming, database operations, and advanced monitoring capabilities
-
cargo-bazel
A collection of tools which use Cargo to generate build targets for Bazel
-
cargo-nvim
A Neovim plugin for Rust Cargo commands
-
greentic-dev
Developer CLI and local tooling for Greentic flows, packs, and components
-
cargo-nfpm
lightweight Cargo plugin for using nFPM from Any Rust project
-
cargo-prosa
ProSA utility to package and deliver a builded ProSA
-
cargo-anaxa
A modern native Rust configuration management system
-
cargo-install-describe
A cargo subcommand to list installed cargo binaries with descriptions and metadata
-
copilot
MCP Server for Cargo
-
rust-cargo-test2
rust cargo test
-
cargo-depgraph
Creates dependency graphs for cargo projects using
cargo metadataand graphviz -
cargo-groups
Run cargo commands on a groups of crates in a workspace
-
cargo-qemu-runner
A cargo subcommand that allows running Limine kernels using cargo run
-
cargo-hackerman
Workspace hack management and package/feature query
-
cargo-ruin
Ruins your project with different options
-
cargo-deltabuild
Detects which crates in a Cargo workspace are affected by changes in a Git feature branch
-
rerast
An AST (abstract syntax tree) based search replace tool for code written in Rust
-
bootimage
create a bootable OS image from a kernel binary
-
udonsharp-cli
Command-line interface for Rust UdonSharp development
-
symposium-cargo
Symposium Cargo proxy - an MCP server connecting to Cargo and a ACP Proxy managing it
-
lockdiff
Display more readable diffs for lock files
-
cargo_tsgen
Additional code generation tools for tree-sitter
-
cargo-doc-viewer
Enhance rustdoc HTML with a richer UI and AI-assisted chat via cargo doc-enhance
-
cargo-commander
Like npm scripts, but better
-
cargo-load
A command for handling cargo load operations
-
handling
Cargo extensions for binary management
-
cargo-cycles
A cargo extension for detecting dependency cycles between crates and within modules for a workspace
-
cargo-whatfeatures
display features, versions and dependencies of crates
-
cargo-progenitor
A cargo command to generate a Rust client SDK from OpenAPI
-
cargo-task
Ultra-Lightweight Zero-Dependency Rust Cargo Task Runner
-
cargo-lpatch
A cargo plugin to locally patch dependencies by cloning them and setting up local patches
-
cargo-release-oxc
Oxc release management
-
e_crate_version_checker
check for newer versions of Rust crates on crates.io and interactively update them
-
cargo-testdox
A Cargo subcommand to print your test names as sentences
-
safe-cargo
Build and runs code in a sandboxed environment
-
cargo-fill
An interactive CLI tool for filling the fields of
Cargo.tomlquickly -
cargo-cooldown
Cargo wrapper that enforces a cooldown window for freshly published crates on crates.io for improved supply chain security
-
cargo-altvup
Rust module + alt:V server installer
-
cargo-extensions
cargo extensions
-
cargo-llms-txt
Cargo subcommand to generate llms.txt and llms-full.txt from Rust projects
-
nj-cli
build tool for node-bindgen
-
cargo-polkajam
A cargo subcommand for generating JAM service projects for Polkadot
-
cargo-deps
Cargo subcommand for building dependency graphs of Rust projects
-
cargo-nixpackage
A small utility to scaffold Rust projects with Nix Flake support
-
struct_iterable
providing a proc macro to make a struct iterable
-
cargo-swell
cargo expandwithout automatically derived items -
cargo-fixup
A Cargo helper that installs a rustc-wrapper to dynamically patch crate source code at build time — no need to modify Cargo.toml or maintain forks
-
cargo-wef
command line tool for wef
-
cargo-local-install
Wraps
cargo installfor better local, non-conflicting installation -
httpdiff
comparing the differences between 2 HTTP GET requests
-
disperse
automation for creation of releases
-
cargox-cli
Run Cargo binaries on demand, installing them via cargo-binstall when missing
-
cargo-nnd
Cargo subcommand for easily starting nnd
-
cargo-screeps
Build tool for deploying Rust WASM code to Screeps game servers
-
cargo-pak
Generate manifest and desktop files for flatpak
-
cargo-i18n
Cargo sub-command to extract and build localization resources to embed in your application/library
-
ros_new
Cargo plugin to create new ROS2 Rust packages with package.xml
-
cargo-census
Analyze Rust crate module structure and item counts
-
cargo-doc-md
Cargo subcommand to generate markdown documentation for Rust crates and dependencies
-
cargo-delayedclippy
Delay clippy to improve compile times by a minuscule amount
-
rust_project_reader
program that reads all the fiels of a rust project and copies them to the clipboard. This is useful for using with chatgpt/gpt-4.
-
cargo-csc
Code spell checking
-
cargo-dependabot-if-necessary
Cargo dependabot config generator with increase-if-necessary strategy
-
cargo-verset
A cargo plugin to change the version of a package in the Cargo.toml file
-
cargo-indicate
running GraphQL queries on Rust dependency trees
-
cargo-dl
Cargo subcommand for downloading crate sources
-
cargo-jump
A single command to bump versions in a Cargo workspace based on changed files
-
cargo-deadlinks
Cargo subcommand for checking your documentation for broken links
-
dep-insight
Dependency analysis, auditing, and visualization tool for Rust projects
-
cargo-bins
Lists all installed cargo binaries
-
cargo-q
A Cargo subcommand for running multiple Cargo commands sequentially or in parallel
-
cargo-axplat
Manages hardware platform packages using
axplat -
cargo-setup
Cargo subcommand to scaffold projects with README, LICENSE, tests/, benches/, using your cargo-me profile
-
cargo_atelier
Cargo integration for the AWS Smithy IDL
-
prox
development process manager like foreman, but better!
-
semver-cli-check
cli util to validate semver
-
cargo-featurex
cargo plugin to run tasks against feature powersets
-
cargo-publish-crates
Publish rust crates with support for cargo workspaces
-
cargo-npk
Northstar is an container runtime for Linux targetting embedded systems
-
cargo-subcommand
creating cargo subcommands
-
cargo-diet
Make your crate lean by computing size-optimal include directives for Cargo manifests
-
cargo-spiel
Run a playground connected to a Cargo project locally
-
tool42
MCP Server - AI assisted Rust development made easy
-
cargo-web
A Cargo subcommand for the client-side Web
-
cargo-mono
Cargo subcommand to manage mono repository
-
cargo-information
A cargo subcommand to show information about crates
-
cargo-hilly
projects that helps migrate flat module files (e.g., "foo.rs") into the more idiomatic Rust module layout
-
cargo-oj
package a crate into single file, minimized and formatted
-
cargo-aur
Prepare Rust projects to be released on the Arch Linux User Repository
-
cargo-sync-readme
Generate a Markdown section in your README based on your Rust documentation
-
cargo-whichp
Cli for debugging executable lookup
-
xcframework
A Cargo plugin and library for building Apple XCFrameworks
-
cargo-minimal-versions
Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions
-
cargo-reaper
A Cargo plugin for developing REAPER extension and VST plugins with Rust
-
braise
Run your tasks like a chef !
-
cargo-ws
cargo plugin, generate vscode workspace file
-
cargo-stm32bs
STM32bs, to create a stm32 project!
-
cargo-checkmate
checkmate checks all the things - comprehensive out-of-the-box safety & hygiene checks
-
cargo-ft
A cargo extension for specifying supported targets for a crate
-
cargo-advent
cli to help with Advent of Code challenges
-
cargo-autodd
Automatically update dependencies in Cargo.toml
-
willbe
publish multi-crate and multi-workspace environments and maintain their consistency
-
signer-daemon-migration
Signer daemon Sea-ORM migration package
-
cargo-pio
Cargo<->PlatformIO integration: a cargo subcommand
-
cargo-unused-features
Find unused enabled feature flags and prune them
-
cargo-dokita
A Cargo subcommand to analyze Rust project health, best practices, and common pitfalls
-
cargo-pretty-test
A console command to format cargo test output
-
cargo-script
A Cargo subcommand designed to let people quickly and easily run Rust "scripts" which can make use of Cargo's package ecosystem
-
cargo-action-fmt
Converts cargo check (and clippy) JSON output to the GitHub Action error format
-
rust-logger
logger
-
cargo-maintained
check crates are up to date
-
cargo-edit-toml
A small tool that opens the current project’s
Cargo.tomlmanifest file using the application provided by either the$EDITORenvironment variable or the--editorargument -
cargo-synchro
Synchro is a Rust framework for building fullstack applications that run seamlessly across platforms
-
cargo-inspect
This extends Cargo to allow you to desugar your Rust code and see what happens behind the curtains
-
cargo-libyear
measure of software dependency freshness
-
cargo-anypoint
PDK Cargo Anypoint
-
spring-initializr-cli
Command-line tool to quickly and easily create new Spring Boot projects
-
codex_usage
Codex and Claude Code telemetry/usage parser, aggregate JSONL events into CodeAnalysis results
-
grep-rust-simple
grep implementation in Rust
-
cargo-mommy
Mommy's here to support you when running cargo~
-
nested_workspace
Run Cargo commands on workspaces in workspaces
-
telemon
A Telegram bot for sending log messages to group topics
-
cargo-godot
cargo helper for godot developpers
-
cargo-about-features
A Cargo subcommand to list enabled features for dependencies
-
cargo-post
A
cargowrapper that executes a post build script after a successful build -
cargo-fetcher
🎁 Alternative to cargo fetch
-
cargo-shipshape
Cargo subcommand to sort Rust file items by type and name
-
tracel-xtask
Reusable and Extensible xtask commands to manage repositories
-
cargo-bounds
Find and test dependency versions bounds
-
auto-bin
Automates adding src/bin targets into cargo.toml
-
zbr
ZSH abbreviations
-
prdoc
cli
-
cargo-ui
GUI for cargo
-
cargo-recent
show and operate on recently changed crates
-
cargo-so
cargo build Android .so lib files
-
cargo-src
Semantic code navigation for Rust
-
cargo-hot
cargo run but with hot reloading, powered by subsecond
-
cargo-setupx
Rust-based CLI and library that automates the initial setup of new Rust projects with modular configuration packs
-
cargo-fixture
Surround cargo test with arbitrary Rust setup and teardown code
-
codesnip
snippet bundle tool
-
cargo-reproduce
A Cargo subcommand for reproducible Rust builds. Normalizes the build environment, strips nondeterministic metadata, and verifies bit-for-bit reproducibility.
-
cargo-feature-aspect
A Cargo plugin that creates and updates feature aspects across a Cargo workspace
-
cargo-languagetool
A third-party cargo extension for checking grammar in the documentation and comments
-
ros_add
The Purpose of the Package is to provide the
cargo ros_addcommand to add dependencies toCargo.tomland thepackage.xml -
cargo-difftests
A selective regression testing tool for Rust projects
-
cargo-cook
A third-party cargo extension which allows you to cook your crate
-
cargo-feature-matrix
run cargo commands on a matrix of feature sets
-
cargo-stress
catching non-deterministic test failures
-
cargo-maelstrom
Cargo Test Runner for Maelstrom
-
cargo_marker
Marker's CLI interface to automatically compile and run lint crates
-
cargo-cleaner
A cross-platform TUI tool to clean up your cargo cache
-
cargo-test-changed
A Cargo subcommand to run tests for changed crates and their dependents
-
cargo-upload
Cargo tool for upload crate files to private registry (like crates-registry)
-
cargo-downgrade
Cargo plugin to downgrade the lockfile to a specific date
-
cargo-clearlydefined
checking dependencies with clearlydefined.io
-
cargo-inspector
Devtools
-
cargo-bom
Bill of Materials for Rust Crates
-
cargo-export
export compiler artifacts from cargo build process
-
cargo-four
framework for creating AWS CloudFormation template
-
cargo-hex-to-uf2
Cargo tool to convert hex to uf2 files
-
cargo-doc-ngrok
A cargo subcommand to build and serve documentation via ngrok
-
sindri-cli
A command-line interface for interacting with Sindri's API
-
cargo-unfmt
unformat code into perfect rectangles
-
cargo-sphinx
Cargo subcommand for building and publishing Sphinx documentation to GitHub Pages
-
cargo-vex-rt
A cargo subcommand for building and deploying vex-rt projects
-
cargo-check-delta
A cargo subcommand to check only delta changes
-
huak
A Python package manager written in Rust inspired by Cargo
-
cbtr
Check, build, test, run
-
cargo-factorio
Cargo subcommand to zip and install Factorio mods (correct structure, cross-platform)
-
cargo-graphmod
A cli utility to graph the dependencies between the modules of a package in the dot/graphviz format
-
rustup-toolchain
working with rustup toolchains, primarily from cargo test:s
-
cargo-generate-minijinja
cargo, make me a project - Minijinja-based fork
-
cargo-hfmp
pack plain MCU binary into hexfellow OTA format
-
cargo-travis
Run coverage, upload docs, and more on travis
-
cargo-unleash
Tooling to manage releasing of crates in massiv workspaces/monorepos
-
cargo-nono
Detect (possible) no_std compatibility of your crate and dependencies
-
cli_doc
Documentation generator for CLI
-
ziggy-honggfuzz-1
Fuzz your Rust code with Google-developped Honggfuzz !
-
cargo-verctl
Cargo subcommand for managing versions in single and workspace Cargo.toml files (bump, set, list)
-
cargo-bitbake
Generates a BitBake recipe for a package utilizing meta-rust's classes
-
cargo-glados
GlaDOS in your terminal?
-
cargo_local_tools
cargo local tools
-
cargo-vcs
Cargo workspace helper for Version Control System project management
-
nextest
Stub crate, you likely want cargo-nextest instead
-
cargo-machete-nk
Find unused dependencies with this one weird trick!
-
cargo-futhark
cargo subcommand to integrate Futhark into Rust projects
-
cargo-bloated
Find out what takes most of the space in your executable, more accurately
-
cargo-eval
A
cargosubcommand designed to let people quickly and easily run Rust “scripts” which can make use ofcargo’s package ecosystem -
cargo-intraconv
helper to transform Markdown links to intra-doc links in Rust projects when appropriate
-
cargo-deps-list
Cargo subcommand to get a list of dependencies in a typical build
-
cargo-3pl
The easy way to ship dependency licenses with your Rust binaries
-
cargo-fetch2
A replacement for
cargo fetchthat works -
cargo-wapm
Publish a Rust crate to the WebAssembly Package Manager
-
sophx
Framework for Web Rustceans
-
cargo-all
Manage all your crates with a single command
-
e2o-ftree
A file tree printing command line tool
-
cargo-buildw
Silence cargo build warnings
-
cargo-updater
A npm inspired cargo subcommand for listing and updating binaries installed in $CARGO_HOME/bin
-
maelstrom-container
downloading and storing OCI container images
-
cargo-easy-dep
Simplifies dependency management in Rust workspaces by unifying common workspace members' dependencies in workspace
-
cargo-fl
Lightning-fast Rust linter for pre-compilation checks
-
qbittorrent-metrics-exporter-migration
Database migrations for the qBittorrent Prometheus exporter
-
cargo-nw
Cargo subcommand for building NW application deployment packages (redistributables) for Windows, MacOS and Linux
-
os-checker-plugin-cargo
A plugin to os-checker to collect basic information from cargo and git
-
travis-cargo
Possible Rust replacement for existing Python travis-cargo
-
semververfork
Automatic verification of SemVer adhrence in rust library crates
-
cargo-tangerine
Cargo workspaces monorepo manager, inspired by Lerna
-
cargo-remote
Cargo subcommand to build rust projects remotely
-
cargo-cake
A cake for celebrating Rust's birthday
-
cargo-chill
Chill out with some byte-counting robots
-
cargo-rx
fuzzy finder that allows you to search and run examples from the command line. It comes with the
rxcommand. -
cargo-rusty
Tooling to deploy, diff, destroy... the rusty-cdk
-
cbench
Environment control for benchmarks
-
cargo-makegen
Generate Makefile from Cargo metadata and/or Makefile.toml
-
cargo-warloc
Smart LOC counter for Rust projects
-
cargo-syu
Update Rust binary crates
-
cargo-asan
cargo wrapper which sets RUSTFLAGS for Address Sanitizer
-
cargo-shipit
Cargo subcommand for building and deploying Rust binaries to Linux targets via SSH. Ship it!
-
rust-anticaptcha
AntiCaptcha service API
-
cargo-compiler-interrupts
Cargo subcommands that integrate the Compiler Interrupts to the package
-
cargo-mpirun
cargo mpirunallows you to easily build and run your MPI applications in a single command. It emulatescargo run, allowing you to specify a target to be built and run, and cargo takes care of the rest. -
cargo-clicker
who's a good programmer? you are!
-
cargo-run-script
Bringing
npm run-scriptto Rust -
cargo-duplicated-deps
find duplicated dependencies in Cargo.toml
-
cargo-acap
build Rust programs for the AXIS Camera Application Platform
-
cargo-unload
A command for handling cargo unload operations
-
cargo-chadr
build CHADstack programs
-
cargo-task-wasm
A task runner for Cargo
-
cargo-hongg
Fuzz your Rust code with Google-developped Honggfuzz! Alt implementation of
cargo-hfuzz -
cargo-equip
A Cargo subcommand to bundle your code into one
.rsfile for competitive programming -
cargo-fund
Discover funding links for your project's dependencies
-
cargo-metask
Cargo task runner for package.metadata.tasks
-
cargo-scorecard
Generate the OpenSSF Scorecard for the dependencies in a Rust repo
-
cargo-blinc
Notifies about commands exit code using LED light blink(1)
-
cargo-service-message
Seamless integration of cargo with TeamCity
-
cargo-xdk
Makes building Rust libraries for Android simpler
-
cargo-vsc
autogenerate .vscode folders
-
cargo-run-copy
Like cargo run but runs from a copy to avoid file locking
-
msrv
Find your minimum supported Rust version (MSRV), library edition! See cargo-msrv!
-
rustdoc-index
A fast listing tool for rustdoc
-
cargo-semantic-release
Plugin for Cargo to create semantic release
-
cargo-native-install
Installs cargo targets in a manner similar to make install or cmake --install
-
lib-cargo-crate
The lib for cargo-crate
-
cargo-uwp
Custom Cargo command to create, manage, and package UWP applications
-
cargo-quad-apk
Cargo subcommand that allows you to build Android packages
-
cargo-steel-lib
Cargo plugin to build dylib for steel
-
cargo-remark
Cargo subcommand for displaying LLVM optimization remarks from compiling Rust programs
-
vkcargo
Fork of Cargo, a package manager for Rust. This fork is for testing of vojtechkral's changes and is temporary
-
wargo
cargo's evil twin to work with projects in the twilight zone of WSL2
-
cargo-aoc-zen-runner
An Advent of Code runner aiming to streamline a variety of repository layouts and tasks
-
cargo-ktra-login
Log in to private ktra registries using cargo
-
nrc1
First simple crate made by student
-
cargo-extract
Cargo subcommand to extract information from Cargo.toml files
-
cargo-cloudrun
A Cargo extension to easily deploy Rust applications to Google Cloud Run
-
piske
programming langauge for generative art
-
cargo-ramdisk
Create target folder as a ramdisk for faster Rust compilation
-
cargo-kcov
Cargo subcommand to run kcov to get coverage report on Linux
-
cargo-sort-ck
Check Cargo.toml for sorted dependencies
-
cargo-cbt
Shortcut to cargo check, cargo build and cargo test
-
cargo-test-fuzz
-
runcc
run commands concurrently with rust and cargo
-
cargo-spec
specify your code
-
cargo-doc-l10n
that bring to cargo support for localization of the documentation and help to maintain the localization in sync with the original documentation
-
preamble
First class, scalable rust project generator with batteries included
-
replicante_util_upkeep
Controll when a process should exit
-
cargo-delta-version
modify the version in the current project’s
Cargo.tomlmanifest file. The default is to increment the patch number by one while preserving prerelease/build metadata. One can also… -
cargo-make-rpm
generate rpm package from a rust project
-
otarustlings
otafablab rustlings
-
cargo-ebuild
Generates an ebuild for a package using the in-tree eclasses
-
test_cargo_for_cnsy
学习文件 - 无特别用途
-
cargo-azure-v8sistemas
package for cargo functionality to v8sistemas
-
cargo-pystubgen
Cargo subcommand for xxxx
-
git_automation
A basic CLI to automate the git workflow
-
cargo-darwin
Darwin mutates your code, if your code still passes check tests, then your code isn't enough tested
-
tango
Markdown-based Literate programming in Rust, integrated with Cargo
-
cargo-wop
Cargo for single-file projects
-
cargo-vs
autogenerate visual studio solutions / projects
-
cargo-vroom
Car no go run, car go vroom!
-
cargo-count
Cargo subcommand for displaying statistics about projects, such as code, comments, and unsafe counters
-
cargo-finestra
Cross Platform Native UI Framework
-
cargo-edit-9
This extends Cargo to allow you to add and remove dependencies by modifying your
Cargo.tomlfile from the command line. It containscargo add,cargo rm, andcargo upgrade. -
cargo-describe
CLI tool to produce human-friendly information from cargo-metadata
-
cargo-fixeq
Fix
assert_eq!test errors automatically -
cargo-espmonitor
Cargo subcommand for monitoring ESP8266 and ESP32 execution over serial
-
cargo-profiler
Cargo subcommand to profile your applications
-
cargo-scripter
A Cargo subcommand designed to let people quickly and easily run Rust "scripts" which can make use of Cargo's package ecosystem
-
cargo-wasmer
Publish a Rust crate to the WebAssembly Package Manager
-
cargo-kconfig
Kconfig macro library and user interface for the Kconfig file format from the Linux Kernel
-
dependencies-patch
patch cargo dependencies with command line commands
-
cargo-test-all
Cargo extension for running tests of the used dependencies
-
cargo-trend
Cargo subcommand to generate trend graph of dependent crates
-
cargo-f
A cargo subcommand for easier use
-
cargo-subcommand-metadata
Embed metadata into a Cargo subcommand, so that
cargo --listcan show a description of the subcommand -
cargo-qp
Copy Rust sources & Cargo.toml files to the clipboard (workspace-aware)
-
cargo-nuget
Bundle Rust libraries as Nuget packages
-
cargo-cacher
crates.io proxy that will proxy requests made when building a package with Cargo
-
dors
No-fuss workspace-friendly task runner for cargo
-
cargo-todo
Cargo tool to display TODOs
-
rv-plugin
that allows users to generate an interactive timeline depicting ownership and borrowing events for variables in a Rust code example
-
moto-rush
A posixy shell implemented in Rust with minimal external dependencies
-
android-sdkmanager-rs
Rust native replacement for Android's sdkmanager
-
cargo-nbuild
builder that uses the nix package manager
-
cargo-coverage-annotations
Ensure annotations in code match actual coverage
-
rsepl
REPL in your crate
-
cargo-rost
translation of Python code to Rust code
-
cargo-debugger
Launch your cargo build with the vscode debugger attached
-
hax-cli-options
hax cli options
-
cargo-play
Run your Rust code without setting up Cargo
-
cargo-psx
cargowrapper for the Sony PlayStation 1 -
cargo-cats
CATS's
-
cargo-context-ranger
Quickly grab your rust context for building LLM prompts to help
-
cargo-travis-fork
Run coverage, upload docs, and more on travis
-
cargo-project-finder
A CLI tool to find Cargo projects in directories recursively
-
cargo-version-upgrade
semantic version management
-
cargo-nodex
cargo tool for creating nodejs native addon
-
cargo-docgen
run and format small doctest snippets
-
cargo-pack-docker
pack artifacts into a docker image
-
cargo-archtest
CLI of arch_test_core for rule based architecture tests
-
cargo-artifactory-token
A cargo subcommand to manage Artifactory access tokens
-
cargo-frc
A cargo extension for deploying rust code to FRC robots
-
cargo-scout
Run clippy::pedantic on your diffs only
-
racer-cargo-metadata
light-weight cargo metadata parser for racer
-
cargo-profile
Cargo subcommand to profile performance
-
synchro_hot_reload
Synchro is a Rust framework for building fullstack applications that run seamlessly across platforms
-
cargo-up
Upgrade your dependencies by automatically fixing your code
-
add-license
Subcommand for Cargo that creates a file with a user-defined license in the project's directory
-
cargo-publish-ordered
A Cargo plugin to ensure that dependencies are published in a specific order, useful for projects with interdependent crates
-
cargo-sideload
Tools for working with private Cargo registries
-
auditable-build
Companion crate to
auditable, split out for technical reasons -
cargo-prune
Prune dependency cache
-
fakecargo
fake cargo for single rust files
-
cargo-edit-locally
A Cargo subcommand to edit dependencies locally via
[replace] -
deflake-rs
cargo-deflake is a command that detects flaky tests based on what tests fail and what code has changed
-
cargo-single
Extends Cargo to simplify working with single-file programs with dependencies
-
cargo-onefile
A cargo subcommand to bundle a Rust project into a single file
-
cargo-creepy
halloween yet?
-
cargo-recon
Enumerate viable fuzzing targets in Rust code
-
cargo-fel4
A cargo subcommand for automating feL4 (seL4 for Rust) development
-
cargo-cuddle
OwO
-
cargo-dotenv
A tiny cargo subcommand to run cargo commands with dotenv
-
cargo-gpt
Dump your crate contents into a format which can be passed to GPT
-
cargo-html
create self-contained HTML programs
-
cargo-boj
test and submit solutions to BOJ problems
-
cargo-crusader
Test the downstream impact of crate changes before publishing
-
cargo-binaries
Show cargo binary package names in the current workspace
-
cargo-clean
A cargo-clean utility
-
publish-crates
Publish rust crates with support for cargo workspaces
-
cargo-odeps
Easy manage rust crate deps by
cargo odeps -
cargo-minify
A cargo utility to automatically remove unused code from a Rust project
-
cargo-protologic
A small tool to assist in writing Protologic fleets
-
ws-cli
Manage your workspace with ease
-
cargo-use
Cargo subcommand to start a new Rust project from a boilerplate/template repository
-
cargo-sysroot-2
Simply and Easily cross-compile the Rust sysroot crates
-
cargo-bavy
A third-party command line utility for the Bevy game engine
-
cargo-print
A cargo subcommand to print information in a shell-convenient format
-
cargo-ensure-prefix
Cargo subcommand to check that all target files have a fixed prefix
-
cargo-manifmt
rustfmt for your Cargo.toml
-
mpnet-rs
translation of MPNet from PyTorch into Rust Candle
-
operations_parser
A Rust-based parser for basic math operations with function support
-
publish-cool-workspace
Cargo subcommand for releasing crates in workspaces
-
cargo-wizard
Cargo subcommand for applying Cargo profile templates
-
cabal-pack
that helps you to turn in one command a Rust crate into a Haskell Cabal library
-
test_for_zeven
you konw for my test
-
cargo-hf2
Cargo Subcommand for Microsoft HID Flashing Library for UF2 Bootloaders
-
cargo-structure
analyzing the structure of a cargo project
-
cargo-modoc
Generate module documentation from markdown files
-
cargo-hdk
Cargo subcommand for building Houdini plugins
-
cargo-rr
A light wrapper around rr, the time-travelling debugger
-
cargo-single-pyo3
Generate a Python module from a single Rust file
-
cargo-suicide
fix your code forever
-
cargo-simd-detect
Rust nightly cargo command to report which SIMD extensions your Intel/AMD CPU supports and are enabled
-
aleph-zero-cargo-nono
Detect (possible) no_std compatibility of your crate and dependencies
-
cargo-gg
Calls you a good girl when your cargo command succeeds (after it failed previously)
-
cargo-winrt
working with WinRT in a Rust project
-
depth
Visualize crate.io dependencies as a Tree ├──
-
cargo-lichking
Display info about licensing of dependencies
-
ziggy-honggfuzz-2
Fuzz your Rust code with Google-developped Honggfuzz !
-
cargo-self
build and install a package using cargo enhanced with LLM models
-
cargo-python
A cargo subcommand to build and run Python code
-
cargo-changelog
Changelog management tool
-
cargo-typesize
Cargo extension to list size of all types in a crate
-
cargo-pkg
subcommand for the Cargo package manager for building GTK packages from Rust projects
-
cargo-seek
A terminal user interface for searching, adding and installing cargo crates
-
cargo-gui
A browser interface for working through rustc errors and running cargo commands
-
cargo-unify
unify crates into single buildable files
-
cargo-do
A Cargo plugin that adds the ‘do’ subcommand to let you run multiple cargo commands by running e.g.
cargo do clean, build -
cargo-ci-cache-clean
Clean up unnecessary Cargo artifacts to improve CI caching performance
-
src-graph
cargo subcommand which shows struct dependencies
-
cargo-options-serializable
Reusable common Cargo command line options
-
cargo-grammarly
A third-party cargo extension for checking grammar in the documentation and comments
-
aoc-zen-runner-macros
Macros for aoc-zen-runner
-
check-deprule
linter for dependency constraints in Cargo.toml
-
cargo-attach
A Cargo plugin simplifying probe-rs attach
-
cargo-vet
Supply-chain security for Rust
-
cargo-first
A cargo subcommand to stop execution after the first error
-
cargo-bash
Use bash in cargo aliases
-
mvdnes/rboy
A Gameboy Emulator in Rust
-
rust-lib-template
template
-
cargo-docco
cargo docco generates literate programming style documentation pages from source code. Port of Jash Kenas' Docco in Rust.
-
scout-audit-clippy-config
Clippy config republish to be used by scout-audit-clippy-utils
-
cargo-swipl
working with crates that use the SWI-Prolog Foreign Language Interface
-
cargo-apply
Apply (semantic) patches onto your
cargoworkspace -
cargo-binstall
Binary installation for rust projects
-
cargo-nebular-setup
An setup script for the nebular store
-
cargo-alias
Easily view, create, and delete cargo aliases
-
undepend
Trys to remove dependencies from your git checkout. Needs to work on a clean checkout.
-
cargo-newaoc
A program that facilitates creating Rust projects for Advent of Code solutions
-
aztra_corparation_first_cargo_publish
it's my first publish to cargo public crates !
-
cargo-self-version
retrieves current version from a Cargo.toml
-
cargo-culture
check Rust project conventions
-
cargo-symbols
A cargo sub-command to run ctags on the top-level project dependencies
-
cargo-cocoapods
Generate a Cocoapods wrapper for your Rust project
-
ecargo
Cargo metadata viewer using egui
-
xxzxka
Hello,xxzxka!
-
cargo-clone-crate
Cargo subcommand to clone a repo from the registry
-
cargo-pipe
A command-line tool to generate and build data integration app using pipebase framework
-
readme-generator
A very easy-to-use README generator that works in your terminal. Never stress about readme again!
-
swift-package
Cargo plugin and library for building Apple Swift Packages
-
cargo-benchcmp
comparing Rust micro-benchmark output
-
cargo-gpu
Future home of a tool to interact with the gpu. Contact if you need the name.
-
cargo-merge
A cargo subcommand to merge the source code of a crate into a single file
-
replicante_util_tracing
A collection of OpenTracing tools
-
cargo-contribute
Cargo subcommand for contributing to development of your dependencies
-
cargo-feature-tree
cargo feature-tree shows your features, and what they expand to, in a tree-like format
-
cargo-external-doc
add long text articles to your crate's documentation
-
cargo-flutter
building flutter-rs projects
-
cargo-loc
Count lines of code across your entire dependency tree
-
prebindgen-project-root
expose the workspace project root at build time
-
cargo-tanker
create great project structure for Rust
-
cargo-workspace2
query and manage complex cargo workspaces
-
zlelaunch
yaml-configured command launcher for zsh
-
cargo-build-deps
A cargo subcommand to build dependencies, helps speed up docker builds by allowing dependencies to be built earlier and cached
-
cargo-tess
A cargo subcommand to build your project on a remote tesseract server
-
cargo-squatty
Helper tool to reserve names for your crates on https://crates.io
-
armory_cli
Cargo workspaces tool
-
cargo-recursive
Cargo subcommand for running a (cargo) command in all cargo projects under a specified directory
-
cargo-shock
When compiling Rust is not hurtful enough~
-
cargo-testf
A wrapper for
cargo testthat remembers and runs failed tests -
cargo-innit
Bri'ish cargo init
-
cargo-zproxy
Switch warehouse image
-
cargo-makepad
Makepad cargo extension
-
cargo-pros
A cargo subcommand for managing PROS projects
-
systemd_service_parser
systemd service file parser
-
cargo-kill-all
Remove old node_modules, cargo target to save space
-
cargo-stabilize
replaces all version wildcards (“*”) in your
Cargo.tomlwith the newest version of the crate. It can also upgrade dependencies that already have versions. -
cargo-big-clean
clean the target directories of many Rust projects
-
cargo-create
A CLI for fast project generation based on Tera templates
-
cargo-mutagen
Mutation testing for Rust – Runner
-
cargo-incremental
using and testing rustc's incremental compilation support
-
cargo-mach
Cargo wrapper for mozillas mach
-
cargo-which-nightly
Find the latest Rust nightly with combinations of features present
-
cargo-lufa
Lua Rust Wasm Integration
-
cargo-tokio
Cargo Tokio CI tool
-
lazycmd
Quck run command
-
cargo-toolchain
get information on active rustup toolchains
-
cargo-search2
cargo search, optimized for CI caching in GitHub Actions and elsewhere
-
cargo-cmd
Alias any shell command in your Cargo.toml. It's like npm scripts, but for cargo.
-
sourcegear-bridge-cargo
Cargo subcommand for SourceGear Bridge, a binding generator for .NET
-
cargo-dad
Fix your typos with dad jokes
-
cargo-demangle
Extends cargo to demangle files generated by objdump or nm
-
generate_password
package to generate password or any 'random' strings with length you want. (Joke, just testing the cargo)
-
cargo-memex
Compile and execute rust code as memes
-
cargo-cvm
Version Manager (CVM)
-
cargx
Execute local cargo package binaries
-
logix-xtask
helper library that provides
cargo xtaskfunctionality for the Logix crates -
logga
A minimal logger and console printer for my loggas
-
cargo-winpath-redirect
Windows Rust developers facing issues with long file paths during the build process, particularly common with ESP-IDF projects or deeply nested project structures
-
quickfork
A meta package manager and programming assistant
-
cargo-ctags
analyze dependencies and generate single TAGS for cargo projects
-
cargo-image-runner
A cargo subcommand that allows running kernels using cargo run
-
dspg
Dan's Simple Password Generator. Generate passwords in a format I like.
-
cargo-git-release
A cargo subcommand to release crates to git
-
cargo-line-test
Run tests by the lines they exercise
-
chaud-cli
working with Chaud, a hot-reloading library for Cargo workspaces
-
cargo-r
Kit for PLCs and real-time micro-services
-
cargo-linebreak
A cargo subcommand for printing linebreaks when using cargo-watch
-
cargo-cleansubdirs
Run
cargo cleanin all subdirectories -
cargo-progenitor-hk
A cargo command to generate a Rust client SDK from OpenAPI
-
cargo-scan
Scan and analyze Cargo dependencies
-
cargo-cranky
Easy to configure wrapper for clippy
-
cargo-cross-test
Run native and web tests with a single command
-
cargo-review
Security audit tooling container
-
cargo-jrest
Jrest Cargo command
-
cargo-drive
cargo run? no, cargo drive
-
cargo-feature
Cargo plugin to manage dependency features
-
jason-minigrep
一个用来检索文件内容的命令行工具
-
cargo-workspace-unused-pub
Detect unused pub methods in a Rust workspace
-
cargo-mod
A cargo sub command for generating modules in your project. Reducing time spent writing boilerplate.
-
cargo-node
A cargo sub command to build, run and deploy rust wasm applications as browser, electron or cordova app
-
cargo-lock-fetch
cargo fetch and cargo vendor with just Cargo.lock
-
indicate
behind cargo-indicate
-
cargo-makedocs
A cargo doc wrapper that only builds the documentation you care about
-
cargo-dephell
Analyzes a project's third-party dependencies
-
cargo-gha
Version lock, cache, and run binaries from any Github Release assets. Pull in external tools and keep the versions in sync across your team, and forget installing globally.
-
cargo-exe-v2
A Cargo plugin to print the path to the output executable from
cargo build -
cargo-wsdeps
Cargo subcommand to manage dependencies in a workspace
-
cargo-builds
Cargo subcommand to fetch builds from builds.rs
-
cargo-context
build context for gpt4
-
bread-scan
Find things to donate to on https://bre.ad
-
cargo-distribute
Template generator for continuous distribution of rust projects to homebrew, linuxbrew and scoop
-
cargo-buttplug
A cargo subcommand for controlling buttplug devices
-
cargo-offline
cargo-offline是标准cargo命令的包装器。其被用来,根据距离cargo-offline命令执行目录最近的Cargo.toml文件是否曾经被修改,来给被包装的cargo命令聪明地添加--offline… -
git_automate
A basic CLI to automate the git workflow
-
clap-vergen
Reusable version clap subcommand using vergen
-
distrustc
A Rust-compatible distcc implementation
-
tim-rust-minigrep
A Minigrep
-
cargo-next
A cargo subcommand to set the next crate version
-
cargo-devserver
recompile harness for rust web app development on cfg(unix)
-
cargo-space
Prints a pun
-
cargo-cdk
Cargo subcommand for the AWS CDK
-
cargo-blflash
BL602 serial flasher
-
crates-io-semverver
Helpers for interacting with crates.io
-
cargo-aapt2
用于Rust的Android API的高级封装
-
cargo-example2
cargo run --example without git cloning
-
cargo-rbrew
work in progress
-
cargo-bx
Parked crate name
-
cargo-depsize
Rust cargo utility that calculates and displays the total size of each dependency in your Rust project
-
yvonluo_test
yvonluo cargo test
-
cargo-diagram-visitors
Contains visitors for cargo-diagram
-
cargo-rocket-docker
Cargo sub-command tool for docker images into Rocket projects
-
cargo-devcade
CLI tool for building and packaging devcade games
-
cargo-cleanall
Cargo plugin to clean all cargo projects in a directory
-
cargo-set-version
A Cargo subcommand to set versions for crates in a workspace
-
cargo-msrv-clap-cargo
Re-usable CLI flags for
cargoplugins -
cmake_config
A parser for CMakeCache.txt files
-
cargo-pubs
how to pub a crate
-
rustProjectxxx00xxx
Storing artifact into crates.io
-
cargo-cov
Collect source coverage via LLVM-GCOV (⚠ not fully tested, may eat your laundry)
-
cargo-caw-publish
A thin wrapper around
cargo publishthat verifies if a crate is publishable taking on account both version string and checksum -
aoc2021
Solves Advent of Code 2021 puzzles
-
cargo-whys
A cargo subcommand that explains why dependencies are in your tree
-
cargo-man
CLI tool to improve Cargo file management
-
cargo-quickbench
Quickly create a cargo bench package
-
cargo-ship
A cargo command to ship a tested release build
-
cargo-add-dynamic
Cargo-add command to make dependencies into dylibs
-
cargo-shiny
Cargo Shiny
-
cargo-houquan
a test for cargo custom subcommand
-
resolver-notepad
The notepad calculator for your terminal
-
cargo-pytest
Run python tests using cargo
-
cargo-api
Elegant Rust API which wraps the cargo HTTP API
-
cnctd_cargo
Cargo Methods
-
cargo-test-all-features
Cargo subcommands that build and test all feature flag combinations for a crate
-
cargo-bin
help to manage all binares in Cargo.toml
-
text-score
Various implementations of metrics used in ML/DL
-
cargo-visualize
Interactive cargo dependency graph visualization
-
cargo-with
A third-party cargo extension to run the build artifacts through tools like
gdb -
cargo-fak
Cargo Faaaaaak! is an ADR tool for your Rust projects. You don't need to help, you are human and therefore limited. What you need is better tools, Cargo Faaaaaak! aims to help you out.
-
cargo-rustc-cfg
Runs the
cargo rustc -- --print cfgcommand and parses the output -
cargo-prepublish
A cargo plugin to help prepare a crate for publishing to Crates.io
-
cargocleaner
Runs cargo clean on all subdirectories
-
cargo-collect
Cargo tool for download crate file and its dependencies recursively
-
hornet
PCP instrumentation API
-
cargo-color-gen
NOT MAINTAINED: A tool for generating color schemes
-
cargo-smol
A cargo command that wraps cargo-test and uses the JSON output to give a summary
-
cargo-installed
Easy manage programs installed by
cargo install -
mol
Package versioning with ease
-
cargo-whatis
Quickly show the description of a crate on crates.io
-
cargo-select
Cargo subcommand to easily run targets/examples/tests
-
verite_crate_demo
A fun package to run about crates.io
-
cargo-drone
A cargo subcommand for Drone
-
alfred-crates
Workflow for searching Rust crates from Alfred
-
cargo-purge
remove global crates.io registry
-
cargo-msix
A cargo subcommand to build MSIX installers for Rust projects
-
cargo-nested
A Cargo subcommand to run commands on nested workspaces
-
cargo-kythe
A cargo subcommand for generating and viewing Kythe graphs of cargo projects
-
rhdxmr-publish-test
Cargo plugin to manage eBPF probes using redbpf
-
cargo-armory
Cargo workspaces tool
-
cargo-thank-you-stars
Give your dependencies stars on GitHub!
-
cargo-feature-set
Extract the features for every compiled crate from
cargo metadata -
cargo_bullhorn
CLI tool to publish articles and update them
-
pqview
Fast view parquet file
-
cargo-report
Generate reports for integration with external software
-
cargo-uat
Unreal Automation Tool
-
cargo-pando
Perform tasks concurrently over multiple copies of your repo, over multiple toolchains and/or git revisions
-
cargo-proto-raze
A Cargo subcommand to help integrate Cargo dependencies into a Bazel project
-
cargo-member
Cargo subcommand for managing workspace members
-
cargo-prod
package your rust application for linux distributions
-
cli-todo
A TODO app for your terminal
-
cargo-osha
A small utility to count the uses of unsafe code in a Rust program
-
cargo-shell
command shell for cargo
-
cargo-rclean
Clean your rust projects, recursively
-
cargo-pgx
Cargo subcommand for 'pgx' to make Postgres extension development easy
-
cargo-bpf
Cargo plugin to manage eBPF probes using redbpf
-
cargo-doc-coverage
Cargo plugin to calculate documentation coverage percentage of library crates
-
cargo-toolchainer
cli tool for automatically updating your rust-toolchain.toml file
-
cargo-touch
A tiny utility that updates the modification time on all lib/main/test/example/bench files in the current cargo workspace/project to force its recompilation
-
cargo-vibe
Cargo x Buttplug.io
-
cargo-owo
br3adina7or's custom program to make a new rust project
-
cargo-xcode-build-rs
Build script for XCode when compiling rust for iOS
-
cargo-funnel
cargo subcommand to reorganize and sort your Cargo.toml
-
cargo-sample
A cargo subcommand to quickly set you up with a new rust project based on a crate example
-
cargo-plugin
compile time plugins for your Rust projects
-
rustfix
Automatically apply the suggestions made by rustc
-
cargo-pyinit
A cargo plugin to make it easier to write and convert crates into Python extension modules
-
cargo-makima
Makima's here to abuse you when running cargo~
-
cargo-flake
detect flakey tests
-
cargo-mextk
A cargo subcommand for build and working with melee mods
-
cargo-git-version-setter
Write version to one or multiple Cargo.toml in a project and create a git tag
-
cargo-test-scripts
A JUnit compatible test script driver
-
cargo-wasm
Make developing a wasm project in Rust easy
-
cargo-prof
Tools to make profiling Rust programs easier
-
cargo-dev
Alias shell commands (think NPM scripts for cargo)
-
cargo-oci
fast container image builder for Rust applications
-
cargo-workspace-cli
Template for Rust and Nodejs, Set up the development environment quickly
-
cargo-sbom
Create software bill of materials (SBOM) for Rust
-
cargo-clear
Clears a UNIX terminal by running 'tput reset'
-
cargo-xwinbuild
Cross compile Cargo project to Windows msvc target with ease
-
cargo-cite
Add bib citations to Rust docs
-
newminigrep
I am really learning rust, it has been fun :)
-
cargo-todos
List all "to-do" items in the current project
-
cargo-cheh
CHEHHH
-
cargo-switch
Allows installing several versions of the same Cargo binary crate and switching between them easily
-
cargo-test-junit
Converts cargo test output into a junit report
-
cargo-bak
backup and restore $CARGO_HOME cache to cargo_bak.zip
-
minigrepyuqing
demo
-
cargo-flippy
A friend for those days you just can't type right
-
cargo-todox
Ensure source files in a cargo project do not contain TODOX issues
-
minigrep_by_mist
a demo for Cargo create
-
cargo_uploads_test
upload practice project
-
cargo-update-installed
A small tool to update crates installed through
cargo install -
cargo-junit
Converts cargo test output into a junit report. Hard forked from cargo-test-junit, after it went unmaintained with critical bugs.
-
cargo-zm
test cargo operation
-
cargo-heaptrack
cargo subcommand for generating heaptrack flamegraphs
-
cargo-spdx
Generate an SPDX SBOM for a crate
-
cargo-list-cache
Lists the files in your crate cache (${CARGO_HOME}/registry/cache/...)
-
cargo-jfrog-dl-spec
A cargo subcommand that based on a Cargo.lock file generates JFrog CLI spec file to download crates from a private registry
-
cargo-apk2
Cargo extension for building Android apps easily
-
cargo-deduplicate-warnings
Deduplicate warning messages in the cargo json output
-
cargo-referendum
Differential testing tool for unit tests
-
cargo-codestat
A multithreaded utility to show stats based on all the code in a cargo project
-
huffman-coding
doing pure huffman coding
-
minigrep_z
我的测试
-
cargo-ado
Azure DevOps wrapper for Cargo
-
cargo-free
A cargo subcommand to check if a given crate name is available
-
cargo-simple-todo
cargo tool for checking todo(s)
-
cargo-rustlangbr
Grupo Rust Lang Brasil https://t.me/rustlangbr
-
subcmd
Cargo like subcommand parser
-
cargo-lints
running lints specified from files
-
cargo-lock2rpmprovides
Cargo Lock to Rpm Provides
-
cargo-deplint
enforcing rules about crate dependency graphs
-
macroquad-lua-cli
cli for macroquad-lua
-
cargo-leap
A cargo subcommand for generating new projects
-
cargo-check
wrapper around cargo rustc -- -Zno-trans
-
cargo-reinstall
A subcommand for cargo to reinstall an exisiting crate. It may also be seen as a command to update an installed crate.
-
cargo-rebuild
A cargo subcommand to clean the project, then build it
-
cargo-urlcrate
A Cargo wrapper which adds crate URLs to 'cargo (build/test/run)' output
-
cargo-serve-docs
Run a webserver to serve your docs locally with
cargo docserve. Optionally rebuild docs when source changes -
hera-cmd
Hera is de cat next version in rust
-
cargo-raze
A Cargo subcommand to generate Bazel BUILD files
-
cargo-doctor
Checks if all links mentioned in cargo docs of a crate are healthy
-
cargo-proc-macro
Kickstart a proc-macro project with a straight-forward template
-
cargo-fly
Cargo can
run, but running is slow. Rust is 🚀blazingly🚀 fast, and socargoshouldfly -
subcommand
A lightweight command dispatch library
-
cargo-asm
A cargo subcommand that displays the generated assembly of Rust source code
-
cargo-review-deps
A cargo subcommand for reviewing the source code of crates.io dependencies
-
kpi
list Github organization contributors during a specified interval
-
hax-subcommands
The high assurance translation toolchain
-
cargo-s
Cargo Shiny
-
cargo-repeat
Repeats a command until it exits with the right code
-
cargo-clean-plus
Remove artifacts for every cargo project under a directory
-
emils-cargo-release
Cargo subcommand for you to smooth your release process
-
zzq_minigrep
官方参考学习minigrep,使用命令行查找文件里面的关键词
-
cargo-wasi
Subcommand for Cargo to easily build code for
wasm32-wasi -
cargo-name
Check whether a crate name is available on crates.io
-
cargo-newvsc
Cargo new extension for initialising VS Code tasks.json
-
cargo-cratesup
A Cargo subcommand that scans your Cargo.toml dependencies and checks for available updates to help you keep your dependencies up-to-date
-
cargo-reg
This extends Cargo to allow you to manage alternative regestries by modifying your
.cargo/configfile from the command line -
cargo-alfred
A Cargo Subcommand that generates Alfred Workflow
-
sql_aware
providing a proc macro to make sql queries
-
cargo-multi
Extends cargo to run the given command on multiple crates similar to 'git multi'
-
cargo-nag
Custom lints runner
-
cargo-ex
This cargo sub-command execute
cargo run --exampleeasily via fuzzy finder -
cargo-permissions
A small utility retrieve which core libraries uses a Rust program
-
urdig
can be used to display informations about several (udev)-devices
-
cargo-emanate
Cargo subcommand for publishing workspace-based crates
-
cargo-template-ci
Generate a CI configuration from a template and Cargo config
-
lib3
Lib3 Package
-
cargo-sysroot
Simply and Easily cross-compile the Rust sysroot crates
-
cargo-pack
an infrastructure library for 'cargo-pack'ers
-
cargo-publish-all
publish all packages
-
apply-license
Automatically apply licenses to your software
-
cargo-webassembly
A cargo utility for working on WebAssembly
-
cargo-force-build
Allow soft force build
-
cargo-llm
A cargo subcommand for interacting with LLMs
-
easy-install
-
cargo-afl-common
Fuzzing Rust code with american-fuzzy-lop
-
cargo-build-docker
A cargo subcommand to build rust using docker
-
cargo-eichkat3r
eichkat3r unterstützt dich bei cargo
-
licensing
Subcommand for Cargo that creates a file with a user-defined license in the project's directory
-
cargo-lts
See
ltscrate -
hackage-pack
that helps you to turn in one command a Rust crate into a Haskell Cabal library
-
cargo-auto-run
A file watcher for Rust projects that runs a specified command on file changes
-
cargo-is-tested
Ensure that your items are checked with high-quality testing!
-
cargo-fixit
Proposed fixit commands for cargo
-
cargo-releasenotes
Cargo tool to list the release notes for a package
-
cargo-clone-core
fetch the source code of a Rust crate
-
cargo-chrono
Cargo tool to benchmark multiple commits and generate plots of the results
-
cargo-gnaw
squatting
-
cargo-sls-distribution
A Cargo subcommand which packages a binary crate into a distribution archive
-
cargo-pi
Sends compiled binaries to your raspberry Pis
-
cargo-crev
Distibuted Code REView system for verifying security and quality of Cargo dependencies
-
cargo-navigate
Navigate to a crate's informative site (homepage, repository, documentation or crates.io)
-
cargo-vendor-add
Add crates directly to a cargo vendor directly
-
cargo-auditable
Make production Rust binaries auditable
-
cargo-road
A joke crate based on another joke crate
-
cargo-aragonite
a cargo wrapper for use with the aragonite framework
-
cargo-source
registry manager, fast switch between different registries.1
-
cargo_new_aoc
A program that facilitates creating Rust projects for Advent of Code solutions
-
cargo-craft
A cargo subcommand to scaffold/generate boilerplate code for your Rust projects