feat(plugins): cargo-package plugin
Metadata
Current evaluation
Merged the cargo-package plugin, enabling Rust crate packaging into a local directory-based registry. Approved by four reviewers, passed CI, and modified 14 files. Introduces a side effect of forcing offline Rust builds.
Suggested action: —
No scores available.
Issue body
This adds a cargo-package plugin that allows packaging a cargo crate to a local directory-based registry.
Using the plugin has a side-effect of making all rust builds offline.
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
-----
CRAFT-3765
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged the cargo-package plugin, enabling Rust crate packaging into a local directory-based registry. Approved by four reviewers, passed CI, and modified 14 files. Introduces a side effect of forcing offline Rust builds. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a cargo-package plugin that packages Rust crates into a local directory-based registry, with a side effect of forcing all Rust builds offline. Implemented by maintainer lengau to address CRAFT-3765. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1062 feat: add cargo-use plugin | craft-parts | merged | Merged the cargo-use plugin, which dumps Rust project content to a local registry for the rust plugin. Added pyfakefs and tomli dependencies. Approved by two reviewers and passed CI checks before merging. | |
| #992 docs(reference): cargo-package reference docs | craft-parts | merged | Reference documentation for the cargo-package plugin was approved by two reviewers, passed CI checks, and successfully merged. |