# crates.io command packages

crates.io packages with local package pages and command-line or developer workflow metadata.

- **Paquets:** 260
- **outils protégés:** 0
- **Portes d'approbation:** 0
- **risque:** 0
- **Mis à jour:** 2026-08-03

## Pourquoi ce groupe de paquets existe

crates.io command packages contient actuellement 260 pages de paquets générées. 0 ont une couverture d'outils protégés, 0 ont des métadonnées de portes d'approbation et 0 ont des constats Geiger non faibles. Le regroupement vient des métadonnées de paquets et peut donc rester à jour lorsque ces données changent.

## Source générée

Ce hub utilise les mêmes données locales que les pages de paquets individuelles : métadonnées Nucleus, enrichissement Homebrew, sortie du classificateur Geiger, manifests de gestion des secrets et graines de portes d'approbation lorsqu'elles existent.

## Modèle de revue

Utilisez ce hub pour trouver les familles de commandes qui nécessitent une injection de secrets plus stricte, des portes d'approbation ou une revue manuelle avant leur exécution par des agents.

## Pages de paquets indexées

- [dotenvy](https://pkg.so/fr/pkg/cargo/dotenvy/) - A well-maintained fork of the dotenv crate
- [zopfli](https://pkg.so/fr/pkg/cargo/zopfli/) - A Rust implementation of the Zopfli compression algorithm.
- [raw-cpuid](https://pkg.so/fr/pkg/cargo/raw-cpuid/) - A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel…
- [alloca](https://pkg.so/fr/pkg/cargo/alloca/) - Mostly safe wrapper for alloca
- [rav1e](https://pkg.so/fr/pkg/cargo/rav1e/) - The fastest and safest AV1 encoder
- [is_ci](https://pkg.so/fr/pkg/cargo/is-ci/) - Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss.
- [lz4](https://pkg.so/fr/pkg/cargo/lz4/) - Rust LZ4 bindings library.
- [dotenv](https://pkg.so/fr/pkg/cargo/dotenv/) - A dotenv implementation for Rust
- [pulldown-cmark](https://pkg.so/fr/pkg/cargo/pulldown-cmark/) - A pull parser for CommonMark
- [protobuf-parse](https://pkg.so/fr/pkg/cargo/protobuf-parse/) - Parse .proto files. Files are parsed into a protobuf::descriptor::FileDescriptorSet object using either: * pure rust parser (no dependencie…
- [protobuf-codegen](https://pkg.so/fr/pkg/cargo/protobuf-codegen/) - Code generator for rust-protobuf. Includes a library to invoke programmatically (e. g. from build.rs) and protoc-gen-rs binary.
- [brotli-decompressor](https://pkg.so/fr/pkg/cargo/brotli-decompressor/) - A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is desig…
- [brotli](https://pkg.so/fr/pkg/cargo/brotli/) - A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kerne…
- [protoc-bin-vendored](https://pkg.so/fr/pkg/cargo/protoc-bin-vendored/) - protoc binaries compiled by Google and bundled in this crate.
- [semver-parser](https://pkg.so/fr/pkg/cargo/semver-parser/) - Parsing of the semver spec.
- [crc-fast](https://pkg.so/fr/pkg/cargo/crc-fast/) - World's fastest generic CRC16, CRC32, and CRC64 calculator using SIMD. Supplies a C-compatible shared library for use in other languages.
- [unic-langid-impl](https://pkg.so/fr/pkg/cargo/unic-langid-impl/) - API for managing Unicode Language Identifiers
- [difference](https://pkg.so/fr/pkg/cargo/difference/) - A Rust text diffing and assertion library.
- [cpp_demangle](https://pkg.so/fr/pkg/cargo/cpp-demangle/) - A crate for demangling C++ symbols
- [nkeys](https://pkg.so/fr/pkg/cargo/nkeys/) - Rust implementation of the NATS nkeys library
- [assert_cmd](https://pkg.so/fr/pkg/cargo/assert-cmd/) - Test CLI Applications.
- [qrcode](https://pkg.so/fr/pkg/cargo/qrcode/) - QR code encoder in Rust
- [nats_test_server](https://pkg.so/fr/pkg/cargo/nats-test-server/) - An intentionally buggy NATS server that facilitates fault injection for testing error paths in NATS-based libraries
- [multipart](https://pkg.so/fr/pkg/cargo/multipart/) - A backend-agnostic extension for HTTP libraries that provides support for POST multipart/form-data requests on both client and server.
- [names](https://pkg.so/fr/pkg/cargo/names/) - A random name generator with names suitable for use in container instances, project names, application instances, etc.
- [file-id](https://pkg.so/fr/pkg/cargo/file-id/) - Utility for reading inode numbers (Linux, MacOS) and file IDs (Windows)
- [prettytable-rs](https://pkg.so/fr/pkg/cargo/prettytable-rs/) - A library for printing pretty formatted tables in terminal
- [olpc-cjson](https://pkg.so/fr/pkg/cargo/olpc-cjson/) - serde_json Formatter to serialize as OLPC-style canonical JSON
- [geographiclib-rs](https://pkg.so/fr/pkg/cargo/geographiclib-rs/) - A port of geographiclib in Rust.
- [fluent-syntax](https://pkg.so/fr/pkg/cargo/fluent-syntax/) - A low-level parser, AST, and serializer API for the syntax used by Project Fluent, a localization system designed to unleash the entire exp…
- [leb128](https://pkg.so/fr/pkg/cargo/leb128/) - Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding.
- [peg-macros](https://pkg.so/fr/pkg/cargo/peg-macros/) - Procedural macros for rust-peg. To use rust-peg, see the peg crate.
- [rapidhash](https://pkg.so/fr/pkg/cargo/rapidhash/) - An extremely fast, high quality, platform-independent hashing algorithm.
- [cargo-audit](https://pkg.so/fr/pkg/cargo/cargo-audit/) - Audit Cargo.lock for crates with security vulnerabilities
- [cachedir](https://pkg.so/fr/pkg/cargo/cachedir/) - A library to help interacting with cache directories and CACHEDIR.TAG files.
- [usvg](https://pkg.so/fr/pkg/cargo/usvg/) - An SVG simplification library.
- [borsh](https://pkg.so/fr/pkg/cargo/borsh/) - Binary Object Representation Serializer for Hashing
- [resvg](https://pkg.so/fr/pkg/cargo/resvg/) - An SVG rendering library.
- [human_bytes](https://pkg.so/fr/pkg/cargo/human-bytes/) - Crate to convert bytes into human-readable values
- [sanitize-filename](https://pkg.so/fr/pkg/cargo/sanitize-filename/) - A simple filename sanitizer, based on Node's sanitize-filename
- [cbindgen](https://pkg.so/fr/pkg/cargo/cbindgen/) - A tool for generating C bindings to Rust code.
- [protox](https://pkg.so/fr/pkg/cargo/protox/) - A rust implementation of the protobuf compiler.
- [embed-resource](https://pkg.so/fr/pkg/cargo/embed-resource/) - A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable
- [httpmock](https://pkg.so/fr/pkg/cargo/httpmock/) - HTTP mocking library for Rust
- [any_ascii](https://pkg.so/fr/pkg/cargo/any-ascii/) - Unicode to ASCII transliteration
- [socketcan](https://pkg.so/fr/pkg/cargo/socketcan/) - Linux SocketCAN library. Send and receive CAN frames via CANbus on Linux.
- [phf_generator](https://pkg.so/fr/pkg/cargo/phf-generator/) - PHF generation logic
- [java-locator](https://pkg.so/fr/pkg/cargo/java-locator/) - Locates a Java installation in the host.
- [gcc](https://pkg.so/fr/pkg/cargo/gcc/) - **Deprecated** crate, renamed to cc A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile…
- [cargo-llvm-cov](https://pkg.so/fr/pkg/cargo/cargo-llvm-cov/) - Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
- [wasm-pack](https://pkg.so/fr/pkg/cargo/wasm-pack/) - 📦✨ your favorite rust -> wasm workflow tool!
- [msvc-demangler](https://pkg.so/fr/pkg/cargo/msvc-demangler/) - A rust library that demangles / undecorates C++ symbols mangled by MSVC
- [lscolors](https://pkg.so/fr/pkg/cargo/lscolors/) - Colorize paths using the LS_COLORS environment variable
- [docopt](https://pkg.so/fr/pkg/cargo/docopt/) - Command line argument parsing.
- [xdrgen](https://pkg.so/fr/pkg/cargo/xdrgen/) - XDR codec generator from specification. Designed for use with xdr-codec.
- [scraper](https://pkg.so/fr/pkg/cargo/scraper/) - HTML parsing and querying with CSS selectors
- [open](https://pkg.so/fr/pkg/cargo/open/) - Open a path or URL using the program configured on the system
- [protoc-gen-prost](https://pkg.so/fr/pkg/cargo/protoc-gen-prost/) - Protocol Buffers compiler plugin powered by Prost!
- [amd](https://pkg.so/fr/pkg/cargo/amd/) - Approximate Minimum Degree ordering
- [rhai](https://pkg.so/fr/pkg/cargo/rhai/) - Embedded scripting for Rust
- [cargo-chef](https://pkg.so/fr/pkg/cargo/cargo-chef/) - A cargo sub-command to build project dependencies for optimal Docker layer caching.
- [sublime_fuzzy](https://pkg.so/fr/pkg/cargo/sublime-fuzzy/) - Fuzzy matching algorithm based on Sublime Text's string search.
- [protobuf-codegen-pure](https://pkg.so/fr/pkg/cargo/protobuf-codegen-pure/) - Pure-rust codegen for protobuf using protobuf-parser crate WIP
- [cargo-cyclonedx](https://pkg.so/fr/pkg/cargo/cargo-cyclonedx/) - CycloneDX Software Bill of Materials (SBOM) for Rust Crates
- [wmi](https://pkg.so/fr/pkg/cargo/wmi/) - WMI crate for rust.
- [cargo-zigbuild](https://pkg.so/fr/pkg/cargo/cargo-zigbuild/) - Compile Cargo project with zig as linker
- [weezl](https://pkg.so/fr/pkg/cargo/weezl/) - Fast LZW compression and decompression.
- [fake](https://pkg.so/fr/pkg/cargo/fake/) - An easy to use library and command line for generating fake data like name, number, address, lorem, dates, etc.
- [ducc-sys](https://pkg.so/fr/pkg/cargo/ducc-sys/) - Low-level Duktape FFI for the ducc crate
- [cargo-fuzz](https://pkg.so/fr/pkg/cargo/cargo-fuzz/) - A cargo subcommand for fuzzing with libFuzzer! Easy to use!
- [xwin](https://pkg.so/fr/pkg/cargo/xwin/) - Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation
- [crc64fast-nvme](https://pkg.so/fr/pkg/cargo/crc64fast-nvme/) - SIMD accelerated CRC-64/NVME checksum calculation
