-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Tracking issue for RFC 2141: Add support to Cargo for alternative registries #44931
Copy link
Copy link
Closed
rust-lang/cargo
#6654Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-cargoRelevant to the cargo team, which will review and decide on the PR/issue.Relevant to the cargo team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-cargoRelevant to the cargo team, which will review and decide on the PR/issue.Relevant to the cargo team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is a tracking issue for the RFC "Add support to Cargo for alternative registries" (rust-lang/rfcs#2141).
Steps:
registrieskey in.cargo/configand Cargo.toml - Alternative registries cargo#4506pathandregistryshouldn't be mutually exclusive in dependency configurations - Allow path + registry dependencies cargo#4844Unresolved questions:
Are the names of everything what we want?
cargo generate-index-metadata?registry = my-registry?publish-registries = []?What kinds of authentication parameters do we need to support in
.cargo/credentials?