macOS
brew install cargo-clonelocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cargo-clone in AI-Agent-Workflows.
Installation
brew install cargo-clonelocal Homebrew formula metadata
nix profile install nixpkgs#cargo-clonenixpkgs package indexes · pkgs/by-name/ca/cargo-clone/package.nix · Quelle: api.github.com
sudo pacman -S cargo-cloneArch Linux sync databases · cargo-clone · Quelle: geo.mirror.pkgbuild.com
Überblick
Cargo subcommand to fetch the source code of a Rust crate
Verlauf
cargo-clone is a small Cargo subcommand that downloads the source code of crates from a registry. It fills a simple inspection gap: getting a crate's packaged source without manually navigating registry storage or repository metadata.
The GitHub repository was created in January 2016, early in Cargo's third-party subcommand culture. The README positions cargo-clone as a way to fetch Rust crate source from a registry and, optionally, clone the upstream git repository recorded in crate metadata.
cargo-clone is a niche utility rather than a broad platform component. Its adoption is visible through crates.io publication and packaging in Homebrew, Nix, and pacman, mostly serving developers who inspect crate contents or reproduce package sources.
Users run commands such as `cargo clone serde` or append a version requirement such as `cargo clone cargo-clone@1.0.0`. With `--git`, the tool uses the repository URL from crate metadata and delegates to git clone.
The tool matters to package nerds because it distinguishes registry source from repository source. That distinction is central to auditing Rust packages: the code published to crates.io is the artifact Cargo actually builds.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
cargo-clone | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/JanLikar/cargo-clone
Installationsmetadaten
| Paketschlüssel | brew:cargo-clone |
|---|---|
| Version | 1.2.4 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/cargo-clone |
| Homepage | https://github.com/JanLikar/cargo-clone |
| Repository | https://github.com/JanLikar/cargo-clone |
| Upstream-Dokumentation | https://github.com/JanLikar/cargo-clone#readme |
| Lizenz | Apache-2.0 OR MIT |
| Quellarchiv | https://github.com/JanLikar/cargo-clone/archive/refs/tags/v1.2.4.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:02:57-07:00 |
| Pulse | updated |
| Abhängigkeiten | openssl@3 |
| Build-Abhängigkeiten | pkgconf, rust |
| Von macOS bereitgestellte Bibliotheken | curl |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cargo-clone |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
cargo-clone
nix profile install nixpkgs#cargo-clonecargo-clone 1.2.4-2
A cargo subcommand to fetch the source code of a Rust crate
https://github.com/JanLikar/cargo-clone
sudo pacman -S cargo-cloneQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.