Questions tagged [cargo]

Cargo is a packet manager for Rust.

1 questions
1
vote
1 answer

Does rust's Cargo provide cryptographic authentication and integrity validation?

Does rust's cargo package manager cryptographically validate its payload's authentication and integrity for all packages after downloading them and before installing them? I see a lot of guides providing installation instructions with steps asking…