Cargo is the official package manager for the Rust programming language.
Cargo is the official package manager for the Rust programming language. Using a manifest, the programmer can provide metadata about a project, including dependencies, which Cargo can automatically download and compile before compiling the project itself.
You can find more information in the cargo book and browse the crates (Rust packages) in crates.io.