diff --git a/Dockerfile b/Dockerfile index 47070c4..182fb89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,6 +110,7 @@ RUN --mount=type=cache,id=cargo-registry-native,sharing=shared,target=/usr/local cargo-expand \ bacon \ cargo-audit \ + cargo-about \ cargo-deny \ cargo-cyclonedx \ cargo-machete \ diff --git a/README.md b/README.md index f5f18ee..d089ab3 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ Run miri with: `cargo +nightly miri test` | `cargo-geiger` | Counts `unsafe` blocks and dependencies — reports unsafe surface area | | `cargo-deny` | Policy enforcement — license allow-lists, ban crates, advisories | | `cargo-audit` | Scan `Cargo.lock` against the RustSec advisory DB | +| `cargo-about` | Generate a third-party license report/notice from `Cargo.lock` | | `cargo-cyclonedx` | Generate a CycloneDX SBOM from `Cargo.lock` | | `cargo-machete` | Detect unused dependencies (stable) | | `cargo-udeps` | Detect unused dependencies (nightly; `cargo +nightly udeps`) |