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 adding this here as a paper trail. I opened rust-lang/cargo#1545 which is a feature request to either integrate this crate into Cargo or for cargo to provide similar functionality. I don't expect to see any movement on this any time soon but let this issue stand as an indication that the functionality here is definitely valued.
I think that if this is made built-in functionality in cargo, only the crate clone method should be included.
The other methods seem to assume that the repository key in the crate metadata points to the actual code of the crate, yet nothing guarantees that.
Especially if it's included in cargo, people may rely on this for auditing their dependencies, but the clone methods other than crate are not suitable for that purpose.
Just adding this here as a paper trail. I opened rust-lang/cargo#1545 which is a feature request to either integrate this crate into Cargo or for cargo to provide similar functionality. I don't expect to see any movement on this any time soon but let this issue stand as an indication that the functionality here is definitely valued.
edit: Updated issue since rust-lang/cargo#8888 is a duplicate of rust-lang/cargo#1545
The text was updated successfully, but these errors were encountered: