Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
state:open label:Command-package
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
cargo
Public
Notifications
You must be signed in to change notification settings
Fork
2.7k
Star
14.2k
Code
Issues
1.5k
Pull requests
83
Actions
Projects
3
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Dependency Dashboard
#13256 ·
renovate
opened
on Jan 6, 2024
Issues
Search Issues
state
:
open
label
:
Command-package
state:open label:Command-package
Search
Labels
Milestones
New issue
Search results
Open
Closed
CACHEDIR.TAG not created for target directory with <code>cargo package</code> or <code>cargo publish</code>
C-bug
Category: bug
Category: bug
Command-package
Command-publish
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
Status: Issue or feature is accepted, and has a team member available to help mentor or review
Status: Open.
#16238
In rust-lang/cargo;
·
ehuss
opened
on Nov 11, 2025
experiment: add proc_macro to the index
A-dependency-resolution
Area: dependency resolution and the resolver
Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
Area: issues specifically related to the v2 feature resolver
A-interacts-with-crates.io
Area: interaction with registries
Area: interaction with registries
A-manifest
Area: Cargo.toml issues
Area: Cargo.toml issues
A-registries
Area: registries
Area: registries
A-testing-cargo-itself
Area: cargo's tests
Area: cargo's tests
Command-package
Command-publish
S-waiting-on-author
Status: The marked PR is awaiting some action (such as code changes) from the PR author.
Status: The marked PR is awaiting some action (such as code changes) from the PR author.
Status: Draft (not ready).
rust-lang/cargo
number 16228
#16228
In rust-lang/cargo;
·
secona
opened
on Nov 8, 2025
Publishing rewrites git dependencies to crates.io, even when using alternative registries
A-git
Area: anything dealing with git
Area: anything dealing with git
C-bug
Category: bug
Category: bug
Command-package
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Status: Open.
#16161
In rust-lang/cargo;
·
kornelski
opened
on Oct 27, 2025
<code>cargo publish</code>/<code>cargo package</code> fails on macOS due to <code>.DS_Store</code> race condition
C-bug
Category: bug
Category: bug
Command-package
Command-publish
O-macos
OS: macOS
OS: macOS
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Status: Open.
#15951
In rust-lang/cargo;
·
lgarron
opened
on Sep 11, 2025
fix(publish): Move <code>.crate</code> out of final artifact location
Command-package
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Status: Awaiting review from the assignee but also interested parties.
Status: Draft (not ready).
rust-lang/cargo
number 15915
#15915
In rust-lang/cargo;
·
epage
opened
on Sep 3, 2025
Cargo package/publish includes target/
C-bug
Category: bug
Category: bug
Command-package
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
Status: Needs more info, such as a reproduction or more background for a feature request.
Status: Open.
#15872
In rust-lang/cargo;
·
daniel-pfeiffer
opened
on Aug 20, 2025
<code>cargo publish</code> stripping <code>hints</code> section from Cargo.toml
A-documenting-cargo-itself
Area: Cargo's documentation
Area: Cargo's documentation
A-manifest
Area: Cargo.toml issues
Area: Cargo.toml issues
C-bug
Category: bug
Category: bug
Command-package
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Status: Open.
#15836
In rust-lang/cargo;
·
landonxjames
opened
on Aug 13, 2025
When publishing, Cargo cannot unify a local and a registry dependency in the lockfile
A-package-workspace
Area: multi-workspace-member publishing and packaging
Area: multi-workspace-member publishing and packaging
C-bug
Category: bug
Category: bug
Command-package
Command-publish
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Status: Open.
#15622
In rust-lang/cargo;
·
epage
opened
on Jun 2, 2025
Limit <code>registry-index</code> dependency field to registry sources only
A-manifest
Area: Cargo.toml issues
Area: Cargo.toml issues
C-enhancement
Category: enhancement
Category: enhancement
Command-package
Command-publish
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
Status: Issue or feature is accepted, and has a team member available to help mentor or review
Status: Open.
#15503
In rust-lang/cargo;
·
epage
opened
on May 7, 2025
Ability to verify my cargo workspace before packaging but without building.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-package
Command-publish
S-triage
Status: This issue is waiting on initial triage.
Status: This issue is waiting on initial triage.
Status: Open.
#15433
In rust-lang/cargo;
·
eirnym
opened
on Apr 17, 2025
Tracking Issue for JSON output format of <code>cargo package --list</code>
A-json-output
Area: JSON message output
Area: JSON message output
C-tracking-issue
Category: A tracking issue for something unstable.
Category: A tracking issue for something unstable.
Command-package
S-waiting-on-feedback
Status: An implemented feature is waiting on community feedback for bugs or design concerns.
Status: An implemented feature is waiting on community feedback for bugs or design concerns.
Status: Open.
#15353
In rust-lang/cargo;
·
weihanglo
opened
on Mar 26, 2025
<code>cargo publish</code> should warn if it fails to detect a README
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-package
Command-publish
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
Status: Needs input from team on whether/how to proceed.
Status: Open.
#15154
In rust-lang/cargo;
·
cbiffle
opened
on Feb 7, 2025
You can’t perform that action at this time.