# 使用 Homebrew, apk, Nix, pacman 安装 cargo-sort

查看 cargo-sort 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:cargo-sort
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install cargo-sort
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add cargo-sort
```

  证据: Alpine Linux edge package indexes: cargo-sort from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#cargo-sort
```

  证据: nixpkgs package indexes: pkgs/by-name/ca/cargo-sort/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S cargo-sort
```

  证据: Arch Linux sync databases: cargo-sort from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:cargo-sort
- **软件包管理器:** Homebrew
- **版本:** 2.1.4
- **来源摘要:** Tool to check that your Cargo.toml dependencies are sorted alphabetically
- **主页:** <https://github.com/devinr528/cargo-sort>
- **仓库:** <https://github.com/devinr528/cargo-sort>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cargo-sort (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.1.4
## 项目历史与用法

cargo-sort is a Rust Cargo subcommand for checking and sorting Cargo.toml dependency tables and related TOML tables.

### 项目历史

The project README says cargo-sort was created as an implementation of David Tolnay's request-for-implementation issue for alphabetically sorting Cargo.toml dependencies, and that it uses toml-edit to parse TOML.

### 采用历史

GitHub records the repository as created in June 2019, while crates.io records the cargo-sort crate as first published in May 2021. The input package facts list it in Homebrew, Alpine, Nix, and Arch packaging.

### 使用方式

The official README documents `cargo sort` as a cargo subcommand with default rewrite, check-only, print, workspace, custom table-order, grouped sorting, and `--config` modes.

### 为什么软件包爱好者会关心

cargo-sort matters to package maintainers because it turns Cargo.toml dependency ordering into a repeatable check, useful for CI and pre-commit workflows where noisy dependency diffs are annoying.

### 时间线

- 2019: GitHub repository created.
- 2021: First crates.io release recorded.
- 2026: crates.io records max_version 2.1.4.

### Related projects

- The README credits toml-edit as the TOML parser and links the original request-for-implementation issue.

### 来源

- <https://api.github.com/repos/DevinR528/cargo-sort>
- <https://github.com/DevinR528/cargo-sort>
- <https://github.com/DevinR528/cargo-sort#readme>
- <https://crates.io/api/v1/crates/cargo-sort>
- <https://formulae.brew.sh/api/formula/cargo-sort.json>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: tomlfmt.toml
## 其他软件包管理器记录

- Nix - cargo-sort: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cargo-sort/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - cargo-sort - 2.1.4-r0: normalized package name match | Alpine Linux edge package indexes: cargo-sort from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Check if tables and items in a .toml file are lexically sorted | https://github.com/DevinR528/cargo-sort
- pacman - cargo-sort - 2.1.4-1: normalized package name match | Arch Linux sync databases: cargo-sort from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Check if tables and items in a .toml file are lexically sorted | https://github.com/DevinR528/cargo-sort


## 相关链接

- [cargo-sort](https://pkg.so/zh-hans/pkg/cargo/cargo-sort/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/cargo-sort.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cargo-sort.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
