Skip to content

Remove authors from Cargo metadata (per RFC 3052)#1097

Closed
xtqqczze wants to merge 1 commit intorust-itertools:masterfrom
xtqqczze:RFC3052
Closed

Remove authors from Cargo metadata (per RFC 3052)#1097
xtqqczze wants to merge 1 commit intorust-itertools:masterfrom
xtqqczze:RFC3052

Conversation

@xtqqczze
Copy link
Copy Markdown
Contributor

@xtqqczze xtqqczze commented Apr 15, 2026

The authors field has been deprecated since rust-lang/cargo#15068.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.73%. Comparing base (6814180) to head (5f1c5e1).
⚠️ Report is 185 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1097      +/-   ##
==========================================
- Coverage   94.38%   93.73%   -0.66%     
==========================================
  Files          48       51       +3     
  Lines        6665     6468     -197     
==========================================
- Hits         6291     6063     -228     
- Misses        374      405      +31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jswrenn
Copy link
Copy Markdown
Member

jswrenn commented Apr 15, 2026

RFC3052 makes the authors field optional, not deprecated. I think it's a nice way to give kudos.

@jswrenn jswrenn closed this Apr 15, 2026
@xtqqczze
Copy link
Copy Markdown
Contributor Author

xtqqczze commented Apr 15, 2026

According to the Cargo docs, the authors field is deprecated. It has no clear meaning (original authors vs maintainers vs contributors) and doesn’t scale for a project of this size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants