-
cargo_metadata
structured access to the output of
cargo metadata
-
cargo-sort
Check if tables and items in a .toml file are lexically sorted
-
cargo-llvm-cov
Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage)
-
clap-cargo
Re-usable CLI flags for
cargo
plugins -
cargo-hack
Cargo subcommand to provide various options useful for testing and continuous integration
-
cargo-auditable
Make production Rust binaries auditable
-
cargo-deb
Make Debian packages (.deb) easily with a Cargo subcommand
-
cargo-bloat
Find out what takes most of the space in your executable
-
cargo-careful
Execute Rust code carefully, with extra checking along the way
-
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-wasi
Subcommand for Cargo to easily build code for
wasm32-wasi
-
cargo-binstall
Binary installation for rust projects
-
cargo-c
Helper program to build and install c-like libraries
-
cargo-deny
Cargo plugin to help you manage large dependency graphs
-
cargo-cache
Manage cargo cache ($CARGO_HOME or ~/.cargo/), show sizes and remove directories selectively
-
cargo-readme
A cargo subcommand to generate README.md content from doc comments
-
cargo-ndk
Makes building Rust libraries for Android simpler
-
cargo-msrv
Find your minimum supported Rust version (MSRV)!
-
flamegraph
cargo subcommand for generating flamegraphs, using inferno under the hood
-
cargo-watch
Watches over your Cargo project’s source
-
cargo-outdated
Cargo subcommand for displaying when dependencies are out of date
-
cargo-unmaintained
Find unmaintained packages in Rust projects
-
cargo-tarpaulin
determine code coverage achieved via tests
-
cargo-generate
cargo, make me a project
-
cargo-expand
Wrapper around rustc -Zunpretty=expanded. Shows the result of macro expansion and #[derive] expansion.
-
cargo-nextest
A next-generation test runner for Rust
-
cargo-rdme
Cargo command to create your
README.md
from your crate’s documentation -
cargo-modules
A cargo plugin for showing a tree-like overview of a crate's modules
-
cargo-dinghy
Cross-compilation made easier
-
cargo-temp
A CLI tool that allow you to create a temporary new rust project using cargo with already installed dependencies
-
cargo-make
Rust task runner and build tool
-
cargo-update
A cargo subcommand for checking and applying updates to installed executables
-
rustdoc-json
working with rustdoc JSON
-
cargo-zigbuild
Compile Cargo project with zig as linker
-
cargo-component
A cargo extension for authoring WebAssembly components
-
cargo-workspaces
Cargo workspace manager
-
cargo-bisect-rustc
Bisects rustc toolchains with rustup
-
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-udeps
Find unused dependencies in Cargo.toml
-
cargo-machete
Find unused dependencies with this one weird trick!
-
cargo-quickinstall
Precompiled binary installs for
cargo install
-
cargo-instruments
Profile binary targets on macOS using Xcode Instruments
-
cargo-release
Cargo subcommand for you to smooth your release process
-
cargo-leptos
Build tool for Leptos
-
cargo-llvm-lines
Count the number of lines of LLVM IR across all instantiations of a generic function
-
cargo-generate-rpm
Generate a binary RPM package (.rpm) from Cargo projects
-
cargo-prebuilt
Download prebuilt crate binaries for many different platforms
-
cargo-lipo
cargo lipo subcommand to automatically create universal libraries for iOS
-
cargo-semver-checks
Scan your Rust crate for semver violations
-
cargo-chef
A cargo sub-command to build project dependencies for optimal Docker layer caching
-
cargo-vendor-filterer
cargo vendor
, but with filtering for platforms and more -
cargo-wix
Build Windows installers using the WiX Toolset
-
cargo-get
Cargo plugin to easily query information from Cargo.toml files
-
cargo-show-asm
A cargo subcommand that displays the generated assembly of Rust source code
-
cargo-index
Cargo subcommand to manage a registry index
-
cargo-generate-type
Cargo subcommand to generate Rust code from and for input data
-
cargo-local-registry
A Cargo subcommand for managing local registries
-
cargo-espflash
Cargo subcommand for flashing Espressif devices
-
cargo-depgraph
Creates dependency graphs for cargo projects using
cargo metadata
and graphviz -
cargo-playdate
Build tool for neat yellow console
-
cargo-dtc
Devicetree Compiler packaged for building with cargo
-
cargo-clean-all
Recursively clean all cargo projects in a given directory that match the specified criteria
-
cargo-bom
Bill of Materials for Rust Crates
-
cargo-mobile2
Rust on mobile made easy!
-
rustmerge
A Cargo subcommand that merges all Rust source files in a package into a single file
-
cargo-dylint
running Rust lints from dynamic libraries
-
cargo-audit
Audit Cargo.lock for crates with security vulnerabilities
-
tracel-xtask
Reusable and Extensible xtask commands to manage repositories
-
cargo-edit
Cargo commands for modifying a
Cargo.toml
file -
cargo-ft
A cargo extension for specifying supported targets for a crate
-
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-liner
Cargo subcommand to install and update binary packages listed in configuration
-
cargo-xcode
Make Xcode project files from Cargo projects
-
cargo-aoc
Cargo Advent of Code Helper
-
tauri-bundler
Wrap rust executables in OS-specific app bundles for Tauri
-
cargo-husky
husky for cargo
-
cargo-spellcheck
Checks all doc comments for spelling mistakes
-
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
-
cns
Search for Rust crates without leaving the terminal
-
libcnb-cargo
Cargo command for managing buildpacks written with libcnb.rs
-
cargo-pgrx
Cargo subcommand for 'pgrx' to make Postgres extension development easy
-
cargo-swift
A cargo plugin to easily build Swift packages from Rust code for use in iOS and macOS applications
-
cargo-crev
Distibuted Code REView system for verifying security and quality of Cargo dependencies
-
cargo-creepy
halloween yet?
-
cargo-3ds
Cargo wrapper for developing Nintendo 3DS homebrew apps
-
cargo-verison
Bump a package version
-
cargo-license
Cargo subcommand to see license of dependencies
-
cargo-outdir
A cargo subcommand to get the $OUT_DIR environment variable from build scripts
-
cargo-show
Prints package metadata like pip show, apt-cache show, npm view, gem query, etc
-
cargo-vita
Cargo wrapper for developing Sony PlayStation Vita homebrew apps
-
cargo-single-line
A cargo plugin to shrink cargo's output
-
cargo-task-wasm
A task runner for Cargo
-
cargo-manifest-check
Check the formatting of your manifest files
-
cargo-sweep
cleaning unused build files created by Cargo
-
cargo-shear
Detect and remove unused dependencies from Cargo.toml
-
cargo-lockdiff
See what crates have changed after you run
cargo update
by comparing Cargo.lock to the vcs ref or file of your choice -
cargo-compete
A Cargo subcommand for competitive programming
-
upstream-ontologist
tracking of upstream project metadata
-
cargo-consolidate
A command-line tool to consolidate dependencies in a Rust workspace
-
cargo-ws
cargo plugin, generate vscode workspace file
-
dinghy-build
Cross-compilation made easier - helpers for build.rs scripts
-
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-doc2readme
cargo subcommand to create a readme file containing the rustdoc comments from your code
-
cargo-sort-derives
Cargo subcommand to sort derive attributes
-
dependencies-patch
patch cargo dependencies with command line commands
-
cargo-powdr
CLI to create, manage and run powdrVM projects
-
cargo-commander
Like npm scripts, but better
-
cargo-sync-rdme
Cargo subcommand to synchronize README with crate documentation
-
cargo-insta
A review tool for the insta snapshot testing library for Rust
-
cargo-ci-cache-clean
Clean up unnecessary Cargo artifacts to improve CI caching performance
-
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-auto
Automation tasks coded in Rust language for the workflow of Rust projects
-
cargo-deps-order
A Cargo subcommand to list dependencies in a workspace and execute commands on them
-
cargo-aur
Prepare Rust projects to be released on the Arch Linux User Repository
-
cargo-packager
Executable packager and bundler distributed as a CLI and library
-
rustup-toolchain
working with rustup toolchains, primarily from cargo test:s
-
cargo-feature-aspect
A Cargo plugin that creates and updates feature aspects across a Cargo workspace
-
cargo-info
Extends cargo to query crates.io registry for crates details
-
cargo-acl
code ACL checker
-
cargo-files
List all source files in a cargo crate
-
cargo-xwin
Cross compile Cargo project to Windows MSVC target with ease
-
cargo-credential-pass
Keep your cargo registry tokens encrypted in your pass store
-
cargo-deps
Cargo subcommand for building dependency graphs of Rust projects
-
cargo-syu
Update Rust binary crates
-
cargo-valgrind
A cargo subcommand for running valgrind
-
cargo-stress
catching non-deterministic test failures
-
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-deps-list
Cargo subcommand to get a list of dependencies in a typical build
-
libbpf-cargo
Cargo plugin to build bpf programs
-
cargo-open
Cargo command to open an installed crate in your editor
-
cargo-all-features
A Cargo subcommand to build and test all feature flag combinations
-
cargo-line-test
Run tests by the lines they exercise
-
cargo-make-rpm
generate rpm package from a rust project
-
cargo-fetcher
🎁 Alternative to cargo fetch
-
cargo-i18n
Cargo sub-command to extract and build localization resources to embed in your application/library
-
cargo-sample
A cargo subcommand to quickly set you up with a new rust project based on a crate example
-
cargo-pak
Generate manifest and desktop files for flatpak
-
cargo-pgo
Cargo subcommand for optimizing Rust binaries with PGO and BOLT
-
cargo-vex-rt
A cargo subcommand for building and deploying vex-rt projects
-
wargo
cargo's evil twin to work with projects in the twilight zone of WSL2
-
cargo-so
cargo build Android .so lib files
-
cargo-bundle-licenses
Bundle licensing of dependencies
-
ddt
Useful cli tools
-
cargo-is-version-published
a cargo command to check if a Cargo.toml version was published without panic
-
cargo-kill-all
Remove old node_modules, cargo target to save space
-
cargo-wgsl
Validate wgsl in rust projects
-
cargo-diet
Make your crate lean by computing size-optimal include directives for Cargo manifests
-
cargo-about
Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed
-
cargo-loc
Count lines of code across your entire dependency tree
-
cargo-psp
cargo build
wrapper for creating Sony PSP executables -
cargo-risczero
RISC Zero CLI tools
-
cargo-kit
Cargo subcommand to apply performance, compile-time, or size-optimized profiles and configs to your Rust project for enhanced build efficiency
-
cargo-sonar
Helper to transform reports from Rust tooling for code quality, into valid Sonar report
-
cargo-smart-release
Cargo subcommand for fearlessly releasing crates in workspaces
-
cargo-mommy
Mommy's here to support you when running cargo~
-
cargo-binutils
Proxy for LLVM tools like llvm-nm, llvm-objdump and llvm-size
-
cargo-wash
clean up your Cargo caches
-
my-notes
note taking app for taking hierarchical notes in markdown
-
cargo-cargo
Literally, cargo cargo cargo cargo cargo
-
cargo-docs-rs
Imitate the documentation build that docs.rs would do
-
cargo-list
List and update installed crates
-
lib-cargo-crate
The lib for cargo-crate
-
cargo-clean-recursive
A cargo subcommand cleans all projects under specified directory
-
licensing
Subcommand for Cargo that creates a file with a user-defined license in the project's directory
-
cargo-codspeed
Cargo extension to build & run your codspeed benchmarks
-
cargo-warp
Build then copy your project binary to a remote host
-
which-key
key helps you remember your keymaps without leaving the terminal
-
cargo-cyclonedx
CycloneDX Software Bill of Materials (SBOM) for Rust Crates
-
cargo-validate
verify everything is correct about your package before publishing
-
cargo-duplicates
Cargo subcommand for displaying when different versions of a same dependency are pulled in
-
cargo-upgrades
Checks if dependencies in Cargo.toml are up to date. Compatible with workspaces and path dependencies.
-
cargo-oj
package a crate into single file, minimized and formatted
-
cargo-newcpp
A cargo plugin for creating new C++ projects
-
cargo-no-dev-deps
Cargo subcommand for running cargo without dev-dependencies
-
cargo-whatfeatures
display features, versions and dependencies of crates
-
panamax-search
Search crates in a panamax mirror like
cargo search
-
cargo-link2
Patch local dependencies with ease
-
cargo-actions
cargo, create a CI github action
-
cargo-v5
A cargo subcommand for managing V5 Brain Rust projects
-
cargo-apk2
Rust轻松构建安卓应用的Cargo扩展
-
cargo-information
A cargo subcommand to show information about crates
-
cargo-resources
Cargo Resources provides a cargo command line tool and library, to help declare and collate resources within Cargo Crates
-
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-set
a Cargo.toml file editor cli tool
-
cargo_marker
Marker's CLI interface to automatically compile and run lint crates
-
cargo-feature-combinations
run cargo commands for all feature combinations
-
cargo-clone
A cargo subcommand to fetch the source code of a Rust crate
-
cargo-apk
cargo build APKs
-
cargo-msrv-prep
Cargo subcommand useful to prepare for determining/verifying a crate's MSRV
-
cargo-fund
Discover funding links for your project's dependencies
-
cargo-px
A cargo sub-command to overcome some of the limitations of build scripts for code generation
-
cargo-symbols
A cargo sub-command to run ctags on the top-level project dependencies
-
cargo-action-fmt
Converts cargo check (and clippy) JSON output to the GitHub Action error format
-
cargo-dl
Cargo subcommand for downloading crate sources
-
cargo-hakari
Manage workspace-hack packages to speed up builds in large workspaces
-
cargo-stabilize
replaces all version wildcards (“*”) in your
Cargo.toml
with the newest version of the crate. It can also upgrade dependencies that already have versions. -
cargo-onedoc
Generate your README.md from Rust doc comments
-
cargo-supply-chain
Gather author, contributor, publisher data on crates in your dependency graph
-
cargo-wasi-exe-x86_64-unknown-linux-musl
Precompiled binary of
cargo-wasi
for x86_64-unknown-linux-musl -
cargo-cleaner
A cross-platform TUI tool to clean up your cargo cache
-
rclog
that combines changelogs of pre-release versions into the more stable version and pulls out information for a specific version
-
cargo-sanitize
Sanitize a Cargo.toml file to remove dependencies outside of the default registry
-
cargo-languagetool
A third-party cargo extension for checking grammar in the documentation and comments
-
maelstrom-linux
Function wrappers of Linux syscalls used by Maelstrom
-
cargo-semver-tool
A cargo command to help you version your rust project similar to npm-version
-
cargo-nebular-setup
An setup script for the nebular store
-
xcframework
A Cargo plugin and library for building Apple XCFrameworks
-
semver-cli-check
cli util to validate semver
-
cargo-subcommand
creating cargo subcommands
-
cargo-artifactory-token
A cargo subcommand to manage Artifactory access tokens
-
cargo-makepad
Makepad cargo extension
-
cargo_yeet
Yeet rust target directories
-
cargo-ui
GUI for cargo
-
cargo-pgx
Cargo subcommand for 'pgx' to make Postgres extension development easy
-
cargo-progenitor
A cargo command to generate a Rust client SDK from OpenAPI
-
cargo-mono
Cargo subcommand to manage mono repository
-
cargo-tally
Cargo subcommand for drawing graphs of the number of dependencies on a crate over time
-
app-cli
A short description of my package
-
cargo-ament-build
Cargo plugin for use with colcon workspaces
-
cargo-unfmt
unformat code into perfect rectangles
-
cargo-task
Ultra-Lightweight Zero-Dependency Rust Cargo Task Runner
-
rerast
An AST (abstract syntax tree) based search replace tool for code written in Rust
-
cargo-qemu-runner
A cargo subcommand that allows running Limine kernels using cargo run
-
cargo-api
Elegant Rust API which wraps the cargo HTTP API
-
cargo-switch
Allows installing several versions of the same Cargo binary crate and switching between them easily
-
cargo-wapm
Publish a Rust crate to the WebAssembly Package Manager
-
cargo-ktra-login
Log in to private ktra registries using cargo
-
cargo-odeps
Easy manage rust crate deps by
cargo odeps
-
my-cargo
Cargo, a package manager for Rust
-
cargo-pio
Cargo<->PlatformIO integration: a cargo subcommand
-
cargo-ramdisk
Create target folder as a ramdisk for faster Rust compilation
-
cargo-graphmod
A cli utility to graph the dependencies between the modules of a package in the dot/graphviz format
-
cargo-local-install
Wraps
cargo install
for better local, non-conflicting installation -
yomi
styled CLI builder and terminal command executor
-
cargo-override
Quickly override dependencies using the
[patch]
section ofCargo.toml
s -
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.
-
probe-rs-tools
A collection of on chip debugging tools to communicate with microchips
-
korasi-cli
An AWS client to remotely run code that compiles on certain type of hardware
-
cargo-env-run
Like dotenv but with
.cargo/config.toml
files -
cargo-geiger
Detects usage of unsafe Rust in a Rust crate and its dependencies
-
cargo-collect
Cargo tool for download crate file and its dependencies recursively
-
cargo-describe
CLI tool to produce human-friendly information from cargo-metadata
-
cargo-clearlydefined
checking dependencies with clearlydefined.io
-
rsepl
REPL in your crate
-
cargo-groups
Run cargo commands on a groups of crates in a workspace
-
cargo-hackerman
Workspace hack management and package/feature query
-
struct_iterable
providing a proc macro to make a struct iterable
-
cargo-machete-nk
Find unused dependencies with this one weird trick!
-
cargo-testdox
A Cargo subcommand to print your test names as sentences
-
cargo-devserver
recompile harness for rust web app development on cfg(unix)
-
cargo-web
A Cargo subcommand for the client-side Web
-
cargo-unused-features
Find unused enabled feature flags and prune them
-
cargo-goggles
Verify that registry crates in your Cargo.lock are reproducible from the git repository
-
cargo-progenitor-hk
A cargo command to generate a Rust client SDK from OpenAPI
-
cargo-day
☀️ daily touch command
-
cargo-bitbake
Generates a BitBake recipe for a package utilizing meta-rust's classes
-
cvefixer
Fix all vulnerabilities that are fixed
-
cargo_atelier
Cargo integration for the AWS Smithy IDL
-
generate_password
package to generate password or any 'random' strings with length you want. (Joke, just testing the cargo)
-
rust-colors
parsing ANSI Strings to colors
-
cargo-abc
Automatically sorts dependencies in Cargo.toml files alphabetically
-
cargo-samply
A cargo subcommand to automate the process of running samply for project binaries
-
cargo-toolchainer
cli tool for automatically updating your rust-toolchain.toml file
-
cargo-release-oxc
Oxc release management
-
cargo-minimal-versions
Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions
-
cargo-python
A cargo subcommand to build and run Python code
-
cargo-cdk
Cargo subcommand for the AWS CDK
-
cargo-equip
A Cargo subcommand to bundle your code into one
.rs
file for competitive programming -
cargo-inspect
This extends Cargo to allow you to desugar your Rust code and see what happens behind the curtains
-
cargo-export
export compiler artifacts from cargo build process
-
cargo-godot
cargo helper for godot developpers
-
cargo-run-script
Bringing
npm run-script
to Rust -
cargo-difftests
A selective regression testing tool for Rust projects
-
cargo-simd-detect
Rust nightly cargo command to report which SIMD extensions your Intel/AMD CPU supports and are enabled
-
cargo-hoist
Dead simple, memoized cargo subcommand to hoist cargo-built binaries into scope
-
cargo-updater
A npm inspired cargo subcommand for listing and updating binaries installed in $CARGO_HOME/bin
-
cargo-boj
test and submit solutions to BOJ problems
-
cargo-pytest
Run python tests using cargo
-
cargo-caw-publish
A thin wrapper around
cargo publish
that verifies if a crate is publishable taking on account both version string and checksum -
cargo-upload
Cargo tool for upload crate files to private registry (like crates-registry)
-
cargo-local
A third-party cargo extension that lists local source locations of dependencies
-
cargo-unlock
Remove Cargo.lock lockfile
-
cargo-darwin
Darwin mutates your code, if your code still passes check tests, then your code isn't enough tested
-
for-all-projects
run cargo commands for all projects in a directory, recursively
-
cargo-protologic
A small tool to assist in writing Protologic fleets
-
cargo-scout
Run clippy::pedantic on your diffs only
-
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-ebuild
Generates an ebuild for a package using the in-tree eclasses
-
cargo-3pl
The easy way to ship dependency licenses with your Rust binaries
-
cargo-sync-readme
Generate a Markdown section in your README based on your Rust documentation
-
cargo-libyear
measure of software dependency freshness
-
cargo-wizard
Cargo subcommand for applying Cargo profile templates
-
cargo-config-profiles
Switch cargo configurations with ease
-
cargo-qtest
an interactive test runner for rust projects
-
cargo-deadlinks
Cargo subcommand for checking your documentation for broken links
-
android-sdkmanager-rs
Rust native replacement for Android's sdkmanager
-
cargo-edit-9
This extends Cargo to allow you to add and remove dependencies by modifying your
Cargo.toml
file from the command line. It containscargo add
,cargo rm
, andcargo upgrade
. -
cargo-cake
A cake for celebrating Rust's birthday
-
mpnet-rs
translation of MPNet from PyTorch into Rust Candle
-
cargo-asm
A cargo subcommand that displays the generated assembly of Rust source code
-
cargo-prosa
ProSA utility to package and deliver a builded ProSA
-
cargo-tighterror
The cargo plugin of the tighterror framework
-
cargo-service-message
Seamless integration of cargo with TeamCity
-
cargo-uwp
Custom Cargo command to create, manage, and package UWP applications
-
hax-diagnostics
hax diagnostics helper crate
-
cargo-feature-tree
cargo feature-tree shows your features, and what they expand to, in a tree-like format
-
cargo-nono
Detect (possible) no_std compatibility of your crate and dependencies
-
cargo-buttplug
A cargo subcommand for controlling buttplug devices
-
add-license
Subcommand for Cargo that creates a file with a user-defined license in the project's directory
-
cargo-alias
Easily view, create, and delete cargo aliases
-
cargo-blinc
Notifies about commands exit code using LED light blink(1)
-
cargo-play
Run your Rust code without setting up Cargo
-
cargo-indicate
running GraphQL queries on Rust dependency trees
-
cargo-compiler-interrupts
Cargo subcommands that integrate the Compiler Interrupts to the package
-
cargo-maelstrom
Cargo Test Runner for Maelstrom
-
cargo-vs
autogenerate visual studio solutions / projects
-
cargo-packager-utils
cargo-packager crates
-
cli-todo
A TODO app for your terminal
-
cargo-fixeq
Fix
assert_eq!
test errors automatically -
cargo-uwu
Is supposed to uwuify cargo output
-
cargo-eval
A
cargo
subcommand designed to let people quickly and easily run Rust “scripts” which can make use ofcargo
’s package ecosystem -
cargo-travis
Run coverage, upload docs, and more on travis
-
cargo-nav
Navigate directly to crate links from your terminal
-
cargo-wasmer
Publish a Rust crate to the WebAssembly Package Manager
-
cargo-rx
fuzzy finder that allows you to search and run examples from the command line. It comes with the
rx
command. -
cargo-selector
Cargo subcommand to select and execute binary/example targets
-
cargo-acap
build Rust programs for the AXIS Camera Application Platform
-
cargo-dephell
Analyzes a project's third-party dependencies
-
semververfork
Automatic verification of SemVer adhrence in rust library crates
-
cargo-swipl
working with crates that use the SWI-Prolog Foreign Language Interface
-
cargo-count
Cargo subcommand for displaying statistics about projects, such as code, comments, and unsafe counters
-
cargo-hdk
Cargo subcommand for building Houdini plugins
-
cargo-msix
A cargo subcommand to build MSIX installers for Rust projects
-
rawcmd
Command-line application framework
-
cargo-raze
A Cargo subcommand to generate Bazel BUILD files
-
cargo-sphinx
Cargo subcommand for building and publishing Sphinx documentation to GitHub Pages
-
cargo-mpirun
cargo mpirun
allows 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-git
An opinionated helper command to use git with cargo. This does not replace the git command but should be used in conjunction with.
-
cargo-gpu
Future home of a tool to interact with the gpu. Contact if you need the name.
-
cargo-wasi-src
Subcommand for Cargo to easily build code for
wasm32-wasi
-
cargo-featalign
Cargo features alignment tool
-
cargo-build-deps
A cargo subcommand to build dependencies, helps speed up docker builds by allowing dependencies to be built earlier and cached
-
cargo-git-semver
automatically update package version from git tags
-
cargo-squatty
Helper tool to reserve names for your crates on https://crates.io
-
cargo-lichking
Display info about licensing of dependencies
-
cargo-pros
A cargo subcommand for managing PROS projects
-
cargo-npk
Northstar is an container runtime for Linux targetting embedded systems
-
aoc-zen-runner-macros
Macros for aoc-zen-runner
-
hax-cli-options
hax cli options
-
cargo-next
A cargo subcommand to set the next crate version
-
cargo-cook
A third-party cargo extension which allows you to cook your crate
-
cargo-single
Extends Cargo to simplify working with single-file programs with dependencies
-
cargo-clone-crate
Cargo subcommand to clone a repo from the registry
-
cargo-structure
analyzing the structure of a cargo project
-
cargo-print
A cargo subcommand to print information in a shell-convenient format
-
cargo-disasm
Disassembly viewer for Rust projects (and more)
-
arty_115
Small library for learning how to push to cratesio
-
lts
Yank other people's crates. Helpful for using old compilers and avoiding broken deps
-
badgeland
Fast badge generator for any purpose
-
cargo-finestra
Cross Platform Native UI Framework
-
cargo-fel4
A cargo subcommand for automating feL4 (seL4 for Rust) development
-
cargo-intraconv
helper to transform Markdown links to intra-doc links in Rust projects when appropriate
-
cargo-trend
Cargo subcommand to generate trend graph of dependent crates
-
cargo-hatch
Hatch new projects like a chick coming out of its egg
-
cargo-publish-crates
Publish rust crates with support for cargo workspaces
-
cargo-featurex
cargo plugin to run tasks against feature powersets
-
tango
Markdown-based Literate programming in Rust, integrated with Cargo
-
cargo-kconfig
Kconfig macro library and user interface for the Kconfig file format from the Linux Kernel
-
cargo-profiler
Cargo subcommand to profile your applications
-
cargo-skyline
A cargo subcommand for working with Skyline plugins written in Rust
-
cargo-extract
Cargo subcommand to extract information from Cargo.toml files
-
cargo-offline
cargo-offline
是标准cargo
命令的包装器。其被用来,根据距离cargo-offline
命令执行目录最近的Cargo.toml
文件是否曾经被修改,来给被包装的cargo
命令聪明地添加--offline
… -
cargo-rost
translation of Python code to Rust code
-
cargo-single-pyo3
Generate a Python module from a single Rust file
-
cargo-travis-fork
Run coverage, upload docs, and more on travis
-
rustviz2-plugin
that allows users to generate an interactive timeline depicting ownership and borrowing events for variables in a Rust code example
-
sheepit
releasing projects 🚀
-
cargo-installed
Easy manage programs installed by
cargo install
-
line_cracker
Display warning when a line of code is too long
-
cnctd_cargo
Cargo Methods
-
cargo-testf
A wrapper for
cargo test
that remembers and runs failed tests -
cargo-pack-docker
pack artifacts into a docker image
-
cargo-exam
cargo sub-command cause I can't remeber test commands
-
nixpkgs-fmt-rnix
Nix code formatter for nixpkgs
-
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
-
cargo-primestack
help run the prime stack
-
cargo-minify
A cargo utility to automatically remove unused code from a Rust project
-
cargo-cacher
crates.io proxy that will proxy requests made when building a package with Cargo
-
cargo-pando
Perform tasks concurrently over multiple copies of your repo, over multiple toolchains and/or git revisions
-
aleph-zero-cargo-nono
Detect (possible) no_std compatibility of your crate and dependencies
-
cargo-flaky
A cargo sub-command to helps you find flaky tests
-
cargo-big-clean
clean the target directories of many Rust projects
-
runcc
run commands concurrently with rust and cargo
-
cargo-feature
Cargo plugin to manage dependency features
-
cargo-shellcode
Compile a Rust crate into shellcode
-
cargo-frc
A cargo extension for deploying rust code to FRC robots
-
cargo-espmonitor
Cargo subcommand for monitoring ESP8266 and ESP32 execution over serial
-
cargo-cmd
Alias any shell command in your Cargo.toml. It's like npm scripts, but for cargo.
-
cargo-archtest
CLI of arch_test_core for rule based architecture tests
-
cargo-vsc
autogenerate .vscode folders
-
cargo-unleash
Tooling to manage releasing of crates in massiv workspaces/monorepos
-
cargo-gui
A browser interface for working through rustc errors and running cargo commands
-
cargo-native-install
Installs cargo targets in a manner similar to make install or cmake --install
-
cargo-cuddle
OwO
-
cargo-newaoc
A program that facilitates creating Rust projects for Advent of Code solutions
-
cargo-examples
Run all examples for any locally cloned crate
-
hera-cmd
Hera is de cat next version in rust
-
cargo-gpt
Dump your crate contents into a format which can be passed to GPT
-
cargo-bak
backup and restore $CARGO_HOME cache to cargo_bak.zip
-
cargo-zproxy
Switch warehouse image
-
cargo-memex
Compile and execute rust code as memes
-
cargo-clean
A cargo-clean utility
-
cargo-autoinherit
A cargo sub-command to leverage dependency inheritance wherever possible
-
cargo-bavy
A third-party command line utility for the Bevy game engine
-
cargo-owo
br3adina7or's custom program to make a new rust project
-
lrk
learning rust
-
rv-plugin
that allows users to generate an interactive timeline depicting ownership and borrowing events for variables in a Rust code example
-
cargo-sideload
Tools for working with private Cargo registries
-
cargo-use
Cargo subcommand to start a new Rust project from a boilerplate/template repository
-
cargo-oh-my-dependencies
A cargo plugin to browse and edit crate features across a workspace
-
cargo-manifmt
rustfmt for your Cargo.toml
-
cargo-flippy
A friend for those days you just can't type right
-
cargo-whynot
Cargo subcommand to discover why a function is unsafe
-
winreader
A process memory reader for Windows
-
cargo-emanate
Cargo subcommand for publishing workspace-based crates
-
cargo-kcov
Cargo subcommand to run kcov to get coverage report on Linux
-
cargo-deduplicate-warnings
Deduplicate warning messages in the cargo json output
-
cargo-dotenv
A tiny cargo subcommand to run cargo commands with dotenv
-
dotfiles-rs
dot files manager for syncing dot files across machines
-
cargo-hf2
Cargo Subcommand for Microsoft HID Flashing Library for UF2 Bootloaders
-
cargo-which-nightly
Find the latest Rust nightly with combinations of features present
-
cargo-vistree
cargo extension for visualize dependencies
-
cargo-contribute
Cargo subcommand for contributing to development of your dependencies
-
cargo-suicide
fix your code forever
-
cargo-modoc
Generate module documentation from markdown files
-
cargo-nw
Cargo subcommand for building NW application deployment packages (redistributables) for Windows, MacOS and Linux
-
undepend
Trys to remove dependencies from your git checkout. Needs to work on a clean checkout.
-
cargo-rocket-docker
Cargo sub-command tool for docker images into Rocket projects
-
imgix
imgix-rs is a crate used for generating urls
-
cargo-distribute
Template generator for continuous distribution of rust projects to homebrew, linuxbrew and scoop
-
cargo-todox
Ensure source files in a cargo project do not contain TODOX issues
-
emils-cargo-release
Cargo subcommand for you to smooth your release process
-
cargo-culture
check Rust project conventions
-
src-graph
cargo subcommand which shows struct dependencies
-
sql_aware
providing a proc macro to make sql queries
-
cargo-cocoapods
Generate a Cocoapods wrapper for your Rust project
-
cargo-cross-test
Run native and web tests with a single command
-
cargo-first
A cargo subcommand to stop execution after the first error
-
cargo-incver
A small utility for manipulating the project version in Cargo.toml
-
cargo-pipe
A command-line tool to generate and build data integration app using pipebase framework
-
cargo-sort-ck
Check Cargo.toml for sorted dependencies
-
cargo-recursive
Cargo subcommand for running a (cargo) command in all cargo projects under a specified directory
-
cargo-termux-deb
Pack Rust Binarys as Termux Package
-
cargo-makima
Makima's here to abuse you when running cargo~
-
cargo-pyinit
A cargo plugin to make it easier to write and convert crates into Python extension modules
-
cargo-subcommand-metadata
Embed metadata into a Cargo subcommand, so that
cargo --list
can show a description of the subcommand -
cargo-publish-all
publish all packages
-
cargo-toolchain
get information on active rustup toolchains
-
cargo-prepublish
A cargo plugin to help prepare a crate for publishing to Crates.io
-
cargo-apply
Apply (semantic) patches onto your
cargo
workspace -
cargo-merge
A cargo subcommand to merge the source code of a crate into a single file
-
cargo-whichp
Cli for debugging executable lookup
-
cargo-create
A CLI for fast project generation based on Tera templates
-
cargo-quad-apk
Cargo subcommand that allows you to build Android packages
-
cargo-fill
An interactive CLI tool for filling the fields of
Cargo.toml
quickly -
cargo-profile
Cargo subcommand to profile performance
-
cargo-space
Prints a pun
-
cargo-with
A third-party cargo extension to run the build artifacts through tools like
gdb
-
cargo-member
Cargo subcommand for managing workspace members
-
cargo-hook
Add a hook to git which will fmt, clippy and test rust code prior to commit
-
cargo-contracts
DO NOT INSTALL
-
cargo-tanker
create great project structure for Rust
-
cargo-grammarly
A third-party cargo extension for checking grammar in the documentation and comments
-
cargo-creator
Tool that helps build apps for Android and iOS
-
cargx
Execute local cargo package binaries
-
cargo-tokio
Cargo Tokio CI tool
-
cargocleaner
Runs cargo clean on all subdirectories
-
cargo-crusader
Test the downstream impact of crate changes before publishing
-
cargo-innit
Bri'ish cargo init
-
cargo-thank-you-stars
Give your dependencies stars on GitHub!
-
cargo-winrt
working with WinRT in a Rust project
-
cargo-demangle
Extends cargo to demangle files generated by objdump or nm
-
test_for_zeven
you konw for my test
-
cargo-spec
specify your code
-
cargo-mach
Cargo wrapper for mozillas mach
-
cargo-watch-plus
Cross-platform file watching library
-
coverage-datadog-publisher
Push your code coverage to datadog
-
minparse
A minimalist argument parser
-
cargo-feature-set
Extract the features for every compiled crate from
cargo metadata
-
cargo-cite
Add bib citations to Rust docs
-
cargo-futhark
cargo subcommand to integrate Futhark into Rust projects
-
cargo-xdk
Makes building Rust libraries for Android simpler
-
cargo-prune
Prune dependency cache
-
publish-cool-workspace
Cargo subcommand for releasing crates in workspaces
-
basic_timer
A basic timer implementation for benchmarking
-
sourcegear-bridge-cargo
Cargo subcommand for SourceGear Bridge, a binding generator for .NET
-
cargo-ensure-prefix
Cargo subcommand to check that all target files have a fixed prefix
-
cargo-feature-matrix
run cargo commands on a matrix of feature sets
-
cargo-road
A joke crate based on another joke crate
-
text-score
Various implementations of metrics used in ML/DL
-
cargo-docco
cargo docco generates literate programming style documentation pages from source code. Port of Jash Kenas' Docco in Rust.
-
cargo-builds
Cargo subcommand to fetch builds from builds.rs
-
cargo-dad
Fix your typos with dad jokes
-
cargo-mod
A cargo sub command for generating modules in your project. Reducing time spent writing boilerplate.
-
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
-
distrustc
A Rust-compatible distcc implementation
-
cargo-eichkat3r
eichkat3r unterstützt dich bei cargo
-
cargo-brief
Display a brief summary of cargo dependencies
-
cargo-scan
Scan and analyze Cargo dependencies
-
cargo-example2
cargo run --example without git cloning
-
cargo-aoc-zen-runner
An Advent of Code runner aiming to streamline a variety of repository layouts and tasks
-
cargo-up
Upgrade your dependencies by automatically fixing your code
-
cargo-blflash
BL602 serial flasher
-
cargo-rebuild
A cargo subcommand to clean the project, then build it
-
cargo-daruse-test-app
For testing
-
cargo-proc-macro
Kickstart a proc-macro project with a straight-forward template
-
cargo-brust64
cargo command to encode a bunch of static files into base64 and contained in a rust file as Hashmap
-
cargo-lookup
Command-line crate registry index querying for Cargo
-
cargo-nag
Custom lints runner
-
auditable-build
Companion crate to
auditable
, split out for technical reasons -
cargo-webassembly
A cargo utility for working on WebAssembly
-
subrut
The super fast tool for brute forcing subdomains
-
cargo-prof
Tools to make profiling Rust programs easier
-
cargo-todos
List all "to-do" items in the current project
-
cargo-cheh
CHEHHH
-
cargo-edit-locally
A Cargo subcommand to edit dependencies locally via
[replace]
-
cargo-lock2rpmprovides
Cargo Lock to Rpm Provides
-
cargo-wasi-exe-x86_64-apple-darwin
Precompiled binary of
cargo-wasi
for x86_64-apple-darwin -
cargo-ledger
Build and sideload Ledger devices apps
-
cargo-cvm
Version Manager (CVM)
-
cargo-rbrew
work in progress
-
cargo-testify
automatically run tests on your Rust project and notify about the result
-
cargo-test-all-features
Cargo subcommands that build and test all feature flag combinations for a crate
-
cargo-depsize
Rust cargo utility that calculates and displays the total size of each dependency in your Rust project
-
cargo-node
A cargo sub command to build, run and deploy rust wasm applications as browser, electron or cordova app
-
cmake_config
A parser for CMakeCache.txt files
-
cargo-pubs
how to pub a crate
-
cargo-termux
Build Binarys for Termux
-
cargo-review
Security audit tooling container
-
cargo-s
Cargo Shiny
-
mol
Package versioning with ease
-
cargo-whatis
Quickly show the description of a crate on crates.io
-
cargo-set-rust-version
Update Cargo.toml rust-version to latest
-
cargo-remark
Cargo subcommand for displaying LLVM optimization remarks from compiling Rust programs
-
cargo-shorts
Cargo shorts generator
-
cargo-todo-rs
todo Cli app
-
cargo-ngrok
Use ngrok traces to drive your development process
-
cargo-quickbench
Quickly create a cargo bench package
-
cargo-kythe
A cargo subcommand for generating and viewing Kythe graphs of cargo projects
-
send_glitch
Read jsonlines from stdin, write messages to matrix.org
-
cargo-select
Cargo subcommand to easily run targets/examples/tests
-
cargo-pkg
subcommand for the Cargo package manager for building GTK packages from Rust projects
-
cargo_uploads_test
upload practice project
-
cargo-drone
A cargo subcommand for Drone
-
cargo-permissions
A small utility retrieve which core libraries uses a Rust program
-
cargo-toml-lint
Linter for Cargo.toml
-
cargo-exe
A Cargo plugin to print the path to the output executable from
cargo build
-
cargo-function-history
cargo frontend for git-function-history
-
cargo-chrono
Cargo tool to benchmark multiple commits and generate plots of the results
-
cargo-referendum
Differential testing tool for unit tests
-
cargo-bin
help to manage all binares in Cargo.toml
-
cargo-cleansubdirs
Run
cargo clean
in all subdirectories -
cargo-cranky
Easy to configure wrapper for clippy
-
urdig
can be used to display informations about several (udev)-devices
-
cargo-osha
A small utility to count the uses of unsafe code in a Rust program
-
cargo-funnel
cargo subcommand to reorganize and sort your Cargo.toml
-
cargo-pi
Sends compiled binaries to your raspberry Pis
-
cargo-vibe
Cargo x Buttplug.io
-
cargo-rustlangbr
Grupo Rust Lang Brasil https://t.me/rustlangbr
-
cargo-xwinbuild
Cross compile Cargo project to Windows msvc target with ease
-
cargo-purge
remove global crates.io registry
-
cargo-dependencies
A Cargo extension that prepares (downloads & builds) the dependencies of a specific Rust project
-
cargo-cleans
A cargo subcommand cleans all projects under a specified directory with high performance
-
cargo-flake
detect flakey tests
-
cargo-search2
cargo search, optimized for CI caching in GitHub Actions and elsewhere
-
cargo-build-docker
A cargo subcommand to build rust using docker
-
hax-subcommands
The high assurance translation toolchain
-
cargo-lints
running lints specified from files
-
indicate
behind cargo-indicate
-
smart-adder
this is smart-adder crate
-
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-clear
Clears a UNIX terminal by running 'tput reset'
-
cargo_publishing
Project describing how to use comments to structure commenting for a library crate in Rust
-
cargo-foreach
Run cargo command in multiple folders
-
cargo-template-ci
Generate a CI configuration from a template and Cargo config
-
cargo-add-dynamic
Cargo-add command to make dependencies into dylibs
-
cargo-aragonite
a cargo wrapper for use with the aragonite framework
-
cargo-tomlfmt
Formatting Cargo.toml
-
cargo-nuget
Bundle Rust libraries as Nuget packages
-
cargo-ssearch
cargo search on steroids
-
cargo-heaptrack
cargo subcommand for generating heaptrack flamegraphs
-
cargo-spdx
Generate an SPDX SBOM for a crate
-
cargo-cleanall
Cargo plugin to clean all cargo projects in a directory
-
cargo-plugin
compile time plugins for your Rust projects
-
cargo-publish-workspace-v2
Cargo command to publish a workspace mono repo
-
cargo-newvsc
Cargo new extension for initialising VS Code tasks.json
-
cargo-zm
test cargo operation
-
git_automation
A basic CLI to automate the git workflow
-
cargo-sysroot
Simply and Easily cross-compile the Rust sysroot crates
-
cargo-ado
Azure DevOps wrapper for Cargo
-
cargo-remote
Cargo subcommand to build rust projects remotely
-
subcmd
Cargo like subcommand parser
-
cbench
Environment control for benchmarks
-
cargo-rune
A Cargo extension for the Rune language with some helpful tools
-
cargo_bullhorn
CLI tool to publish articles and update them
-
cargo-cov
Collect source coverage via LLVM-GCOV (⚠ not fully tested, may eat your laundry)
-
cargo-proto-raze
A Cargo subcommand to help integrate Cargo dependencies into a Bazel project
-
thank
Shows info about crates used in your projects so you know who to thank for them and where to do the thanking
-
cargo-flutter
building flutter-rs projects
-
cargo-prod
package your rust application for linux distributions
-
cargo-fun
Make Cargo a little more fun
-
cargo-my-bin
a cargo subcommand displaying the contents of ~/.cargo/bin/
-
cargo-navigate
Navigate to a crate's informative site (homepage, repository, documentation or crates.io)
-
cargo-rutin-tizen
Cargo tool to compile and run tizen wearable applications (wrapper arround tizen sdk tools)
-
cargo-thanks
a cargo subcommand for giving thanks
-
error_show
Show error code information
-
cargo-update-installed
A small tool to update crates installed through
cargo install
-
ros-project-generator
cargo subcommand for generate ROS projects of the rosrust client library
-
cargo-semver
Cargo subcommand to update the version in your Cargo.toml file - SemVer style
-
cargo-semverver
Cargo, a package manager for Rust
-
ziggy-honggfuzz-1
Fuzz your Rust code with Google-developped Honggfuzz !
-
cargo-danger
A Cargo utility for exploring a crate's dependencies
-
cargo-docgen
run and format small doctest snippets
-
cargo-report
Generate reports for integration with external software
-
cargo-firstpage
Shows only the first page of rustc output
-
cargo-urlcrate
A Cargo wrapper which adds crate URLs to 'cargo (build/test/run)' output
-
cargo-drive
cargo run? no, cargo drive
-
cargo-chino
Cody said: They can love chino
-
cargo-advrunner
An advanced configurable cargo runner
-
nfminigrep
Testing cargo publishing and learning Rust with the minigrep tutorial (https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html)
-
cargo-free
A cargo subcommand to check if a given crate name is available
-
cargo-list-cache
Lists the files in your crate cache (${CARGO_HOME}/registry/cache/...)
-
cargo-external-doc
add long text articles to your crate's documentation
-
aria-of-borrow
It's a library AND a binary, but at what cost?
-
cargo-wop
Cargo for single-file projects
-
cargo-doctor
Checks if all links mentioned in cargo docs of a crate are healthy
-
linkle
Nintendo file format manipulation library and tools
-
tracel-xtask-macros
Macros for tracel-xtask crate
-
cargo-user
A Cargo plugin for managing multiple sets of credentials
-
cargo-test-scripts
A JUnit compatible test script driver
-
cargo-lts
See
lts
crate -
cargo-gitv
Reasonable and opinionated version management based on Cargo and Git metadata
-
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-ship
A cargo command to ship a tested release build
-
bread-scan
Find things to donate to on https://bre.ad
-
cargo-utests
Find unused test targets in Cargo.toml
-
cargo-generate-license
A cargo subcommand that generates
LICENSE
files -
cargo-contemplate
fetch templates for stuffs
-
cargo-vendor-add
Add crates directly to a cargo vendor directly
-
harness-cli
Precise and reproducible benchmarking
-
cargo-shiny
Cargo Shiny
-
cargo-web-component
Cargo commands for ease web-component-rs development
-
cargo-tree
A Cargo subcommand that visualizes a crate's dependency graph in a tree-like format
-
cargo-name
Check whether a crate name is available on crates.io
-
cargo-real-deps
Cargo subcommand to check which crates are built depending on features
-
cargo-hongg
Fuzz your Rust code with Google-developped Honggfuzz! Alt implementation of
cargo-hfuzz
-
fli
The commander.js like CLI Parser for rust
-
cargo-x
A very simple third-party cargo subcommand to execute a custom command
-
cargo-proc-debug
Dump proc-macro output for efficient debugging
-
cargo-bdeps
A cargo subcommand to build dependencies, helps speed up docker builds by allowing dependencies to be built earlier and cached
-
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-deplint
enforcing rules about crate dependency graphs
-
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-sdl-apk
Build Android packages that use SDL
-
cargo-build-dependencies
A cargo subcommand to build dependencies, helps speed up docker builds by allowing dependencies to be built earlier and cached
-
cargo-perf
perf analysis tool
-
cargo-jrest
Jrest Cargo command
-
cargo-man
CLI tool to improve Cargo file management
-
cargo-custom-command-c4rls
To test Cargo Custom Commands
-
cargo-clone-core
fetch the source code of a Rust crate
-
cargo-smol
A cargo command that wraps cargo-test and uses the JSON output to give a summary
-
clippit
makes cargo clippy sound like Office 2003's Clippit assistant (aka Clippy)
-
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-upgrade-command
Tiny cli utility to update all globally installed cargo crates
-
wasm-bundle
Compile Rust code to self-contained
.js
and.html
files using WASM -
cargo-ctags
analyze dependencies and generate single TAGS for cargo projects
-
cargo-serve-docs
Run a webserver to serve your docs locally with
cargo docserve
. Optionally rebuild docs when source changes -
cargo-reg
This extends Cargo to allow you to manage alternative regestries by modifying your
.cargo/config
file from the command line -
cargo-vcs
Cargo workspace helper for Version Control System project management
-
nag-driver
Driver library for cargo-nag
-
cargo-ex
This cargo sub-command execute
cargo run --example
easily via fuzzy finder -
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-concat
Cancat
-
cargo-mutagen
Mutation testing for Rust – Runner
-
reg-index
manage a registry index
-
cargo-uat
Unreal Automation Tool
-
cargo-ver
A cargo extension to manage crate versions
-
cargo-strip
Strip Rust binaries created with cargo
-
cargo-dao
slicing
-
cargo-version-sync
Cargo subcommand for keeping the version numbers in sync with Cargo.toml
-
cargo-review-deps
A cargo subcommand for reviewing the source code of crates.io dependencies
-
cargo-simple-todo
cargo tool for checking todo(s)
-
cargo-nodex
cargo tool for creating nodejs native addon
-
cargo-dentaku-ant
Package manageer for C++ with Bazel and Clang-format
-
reagent
Redox OS Standard Tests
-
x96check
Check if the executable file is 32-bit or 64-bit on windows
-
cargo-repeat
Repeats a command until it exits with the right code
-
cargo-stdx-check
The stdx-check tool determines whether any given crate is 'compatible' with stdx
-
cargo-gnaw
squatting
-
cargo-is-tested
Ensure that your items are checked with high-quality testing!
-
cli-tables
generating ASCII tables in a CLI application
-
cargo-bin-lib
Cargo subcommand for more ergonomically creating a
bin
orlib
crate -
cargo-leap
A cargo subcommand for generating new projects
-
memo
Create reminders directly from your terminal
-
cargo-tests
generate llvm-cov reports when testings
-
cargo-doc-coverage
Cargo plugin to calculate documentation coverage percentage of library crates
-
cargo-new-deps
List the newly added dependencies and their features
-
logga
A minimal logger and console printer for my loggas
-
cargo-junit
Converts cargo test output into a junit report. Hard forked from cargo-test-junit, after it went unmaintained with critical bugs.
-
cargo-roogle
A Cargo subcommand to run Roogle on local crates
-
cargo-craft
A cargo subcommand to scaffold/generate boilerplate code for your Rust projects
-
cargo-semver-bump
semantically bump the version of a Rust crate
-
cargo-sym
Prints various binary symbols in your crate
-
cargo-shell
command shell for cargo
-
e2o-ftree
A file tree printing command line tool
-
cargo-test-junit
Converts cargo test output into a junit report
-
cargo-executable-payload
A Cargo subcommand for creating standalone source files with base64-encoded payload
-
cargo-file-gen
A program to generate files with a certain size
-
cargo-releasenotes
Cargo tool to list the release notes for a package
-
hola
👋 Hello CLI in Rust
-
cargo-makedocs
A cargo doc wrapper that only builds the documentation you care about
-
tmptoml
Renders Tera templates using a toml config file as the variable source
-
cargo-criterion-means
Cargo command to gather the mean and standard error values from criterion benchmarks
-
cargo-alfred
A Cargo Subcommand that generates Alfred Workflow
-
substrace
linting Substrate projects for specific gotchas and other errors
-
toml-sorted
A cargo sub-command to check if various parts of the manifest are sorted
-
cargo-why
traces dependency paths to show why a crate was required
-
git_automate
A basic CLI to automate the git workflow
-
cargo-wasm
Make developing a wasm project in Rust easy
-
cargo-crates
A cargo command to quickly open the crates.io or docs.rs page for the latest version of a crate
-
ziggy-honggfuzz-2
Fuzz your Rust code with Google-developped Honggfuzz !
-
dinghy-test
Cross-compilation made easier - see main crate cargo-dinghy
-
hax-cli-options-engine
hax cli options engine helper crate
-
cargo-armory
Cargo workspaces tool
-
cargo-workspace2
query and manage complex cargo workspaces
-
cargo-cleanup
Reads Cargo.lock and prints all cached package versions not mentioned inside
-
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-mextk
A cargo subcommand for build and working with melee mods
-
cargo-incversion
A cargo plugin to increment the Cargo.toml's version in command line
-
gd_test_01
just testing cargo publish
-
cargo-changelog
Changelog management tool
-
cargo_px_env
Bindings to retrieve the environment variables set by cargo-px
-
cargo-license-template
A cargo subcommand to check each Rust file against a license template
-
ws-cli
Manage your workspace with ease
-
cargo-sls-distribution
A Cargo subcommand which packages a binary crate into a distribution archive
-
cargo-atomic
A CLI tool to help make local git commits easier
-
cargo-group
Create and Modify workspaces from the terminal
-
cargo-prefetch
Cargo subcommand to download popular crates
-
cargo-hublish
A cargo subcommand for publishing Rust projects to github