macOS
brew install rust
local Homebrew formula metadata
sudo port install rust
MacPorts ports tree · lang/rust/Portfile · 来源: api.github.com
安装
sudo av install brew:rust
brew install rust
local Homebrew formula metadata
sudo port install rust
MacPorts ports tree · lang/rust/Portfile · 来源: api.github.com
sudo apk add rust
Alpine Linux edge package indexes · rust · 来源: dl-cdn.alpinelinux.org
sudo dnf install rust
Fedora Rawhide package metadata · rust · 来源: dl.fedoraproject.org
nix profile install nixpkgs#rust
nixpkgs package indexes · rust · 来源: raw.githubusercontent.com
sudo pacman -S rust
Arch Linux sync databases · rust · 来源: geo.mirror.pkgbuild.com
sudo zypper install rust
openSUSE Tumbleweed package metadata · rust · 来源: download.opensuse.org
sudo apt install cargo
Debian stable package indexes · cargo · 来源: deb.debian.org
choco install rust
Chocolatey community package catalog · rust · 来源: community.chocolatey.org
scoop install main/rust
Scoop official bucket manifest trees · bucket/rust.json · 来源: api.github.com
概览
Automic Vault 根据本地软件包数据发布 rust 的安装路径、可执行文件事实和安全元数据。
Safe, concurrent, practical language
radioisotope
`cargo publish` commonly relies on an auth token stored in ~/.cargo/credentials.toml or ~/.cargo/credentials. Our isotope stores that token in the macOS keychain and exposes it through Cargo's native credential provider protocol when `cargo login`, `cargo logout`, `cargo publish`, `cargo yank`, or `cargo owner` runs.
green 风险 · low 置信度 · appliance
本地 README 摘录
This radioisotope modifies the Homebrew rust package, but only changes the installed cargo launcher. rustc, rustdoc, rustfmt, and other Rust tools continue to run without isotope credential injection.
Plaintext crates.io publishing tokens are commonly stored in ~/.cargo/credentials.toml, or in the legacy ~/.cargo/credentials file, under the default [registry] table. The migration stores one token in the Automic Vault isotope keychain as CARGO_REGISTRY_TOKEN and removes the plaintext token line from the Cargo credentials file.
The post-install hook wraps /opt/rust/bin/cargo. The wrapper enables Cargo's native credential provider protocol for cargo login, logout, publish, yank, and owner, delegating token access to av credential-helper cargo while the original Cargo launcher runs.
[registries.<name>] are not migrated.login, logout, publish, yank, andowner continue to run without the Automic Vault credential provider.
来源: data/radioisotopes/rust/README.md
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
cargo | cli | global executable | |
cargo-clippy | cli | global executable | |
cargo-fmt | cli | global executable | |
clippy-driver | cli | global executable | |
rust-gdb | cli | global executable | |
rust-gdbgui | cli | global executable | |
rust-lldb | cli | global executable | |
rustc | cli | global executable | |
rustdoc | cli | global executable | |
rustfmt | cli | global executable |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:rust |
|---|---|
| 版本 | 1.95.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/rust |
| 主页 | https://www.rust-lang.org/ |
| 上游文档 | https://www.rust-lang.org/ |
| 许可证 | Apache-2.0 OR MIT |
| 源码归档 | https://static.rust-lang.org/dist/rustc-1.95.0-src.tar.gz |
| 更新 | 2026-04-20T03:52:50Z |
| Pulse | updated |
| 依赖 | libgit2, libssh2, llvm, openssl@3, pkgconf, zstd |
| macOS 提供的库 | curl |
| Bottle | 可用 (arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| Caveats | Link this toolchain with `rustup` under the name `system` with: rustup toolchain link system "$(brew --prefix rust)" If you use rustup, avoid PATH conflicts by following instructions in: brew info rustup |
来源线索
此页面由 scripts/generate-pkg-pages.py 写入。如果 www/pkg/ 相对于本地软件包数据已过期,部署会拒绝发布。