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
Just realized we didn't have a crates.io issue for this; the overall plan for implementing this is in rust-lang/crates-io-cargo-teams#8.
Mirroring some of the content from that issue and from users.rust-lang.org here:
Rationale
To comply with DMCA, we need a guaranteed way to contact publishers of content on crates.io.
Implementation details
The verified email address is not associated at all to the email address that may optionally appear in the authors metadata in the crate’s Cargo.toml.
Your verified email address won’t be displayed anywhere publicly (unless you choose to place it in your Cargo.toml as well).
This email will only be used to contact you for crates.io operational needs and will never be shared with any third parties.
Only the crate owner running cargo publish will need to have their email address verified.
The email address will be saved with the particular version being published at publish time, so that if an owner is removed from the crate or removes their email address, it’s still available with the published content.
Implementation plan
Start publicizing this plan as soon as we agree on itDone
Add general warning display capability to Cargo and get it into nightly in this release cycleDone
Record verified email, if present, of the publisher in the version record
Connects to #1620. We can start recording emails if we have them, even though we're not requiring verified emails yet.
This builds on top of #1561.
Record verified email, if present, of the publisher in the version record
Connects to #1620. We can start recording emails if we have them, even though we're not requiring verified emails yet.
This builds on top of #1561.
Just realized we didn't have a crates.io issue for this; the overall plan for implementing this is in rust-lang/crates-io-cargo-teams#8.
Mirroring some of the content from that issue and from users.rust-lang.org here:
Rationale
To comply with DMCA, we need a guaranteed way to contact publishers of content on crates.io.
Implementation details
Implementation plan
Start publicizing this plan as soon as we agree on itDoneAdd general warning display capability to Cargo and get it into nightly in this release cycleDoneImplement the warning in crates.ioDoneThe text was updated successfully, but these errors were encountered: