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